cpluspluscom/ChessPlusPlus

Custom exception class is overused - is it even necessary?

LB-- opened this issue · 0 comments

LB-- commented

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.