We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instances of the class "std::string" are thrown at some source code places. I suggest to reuse a more specialised data type like the exception "std::runtime_error" there. How do you think about to extend the exception class hierarchy eventually?
The text was updated successfully, but these errors were encountered:
I agree with your suggestion, the treatment of errors is currently a bit ad-hoc. I plan to fix this issue.
Sorry, something went wrong.
breannansmith
No branches or pull requests
Instances of the class "std::string" are thrown at some source code places.
I suggest to reuse a more specialised data type like the exception "std::runtime_error" there. How do you think about to extend the exception class hierarchy eventually?
The text was updated successfully, but these errors were encountered: