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
can‘t be caught by std::exception &
The text was updated successfully, but these errors were encountered:
@Cirnoo can you provide more details on benefits? Sounds like a good idea, but what it will actually bring us?
Sorry, something went wrong.
For example, I need to call , and I want to handle any exceptions that it could throw. If everything inherits from , this is easy. I only need a single block, and I have a standard interface () for getting details. https://softwareengineering.stackexchange.com/questions/305641/should-one-derive-inherit-from-stdexception
For example, I need to call , and I want to handle any exceptions that it could throw. If everything inherits from , this is easy. I only need a single block, and I have a standard interface () for getting details.
May be more user friendly? Or the boolinq::LinqEndException should be shown in the document. For your reference only.
boolinq::LinqEndException
No branches or pull requests
can‘t be caught by std::exception &
The text was updated successfully, but these errors were encountered: