You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now chesspp::Exception is used when standard C++ exceptions would be more appropriate - I plan to fix that eventually.
I'm also not sure if there's much point to having such a generic exception class anyway - what do you think? If we choose to keep it, it should probably be made abstract, but I'm not sure we even need it at all.
The text was updated successfully, but these errors were encountered:
Right now
chesspp::Exception
is used when standard C++ exceptions would be more appropriate - I plan to fix that eventually.I'm also not sure if there's much point to having such a generic exception class anyway - what do you think? If we choose to keep it, it should probably be made abstract, but I'm not sure we even need it at all.
The text was updated successfully, but these errors were encountered: