Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom exception class is overused - is it even necessary? #118

Open
LB-- opened this issue Oct 4, 2015 · 0 comments
Open

Custom exception class is overused - is it even necessary? #118

LB-- opened this issue Oct 4, 2015 · 0 comments

Comments

@LB--
Copy link
Member

LB-- commented Oct 4, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant