reconsider error handling #33
jll63
announced in
Announcements
Replies: 1 comment
-
I think the current way is the right way. Exceptions should be used to report errors that occur during the execution of a correct program. The errors that the library reports are actually bugs in the program. They are in the same category as inadvertently calling a pure virtual function in a constructor. This typically results in a brief error message, then program termination via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Make throwing exceptions the default?
Beta Was this translation helpful? Give feedback.
All reactions