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

'boolinq::LinqEndException' is not derived from 'std::exception' #66

Open
Cirnoo opened this issue Jan 25, 2022 · 2 comments
Open

'boolinq::LinqEndException' is not derived from 'std::exception' #66

Cirnoo opened this issue Jan 25, 2022 · 2 comments

Comments

@Cirnoo
Copy link

Cirnoo commented Jan 25, 2022

can‘t be caught by std::exception &

@k06a
Copy link
Owner

k06a commented Jan 25, 2022

@Cirnoo can you provide more details on benefits? Sounds like a good idea, but what it will actually bring us?

@Cirnoo
Copy link
Author

Cirnoo commented Jan 27, 2022

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

May be more user friendly? Or the boolinq::LinqEndException should be shown in the document. For your reference only.

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

No branches or pull requests

2 participants