Open
Description
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.