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

Improve handling of fatal exceptions. #321

Merged
merged 1 commit into from
Oct 25, 2016

Conversation

mordante
Copy link

While working on issue #319 the application terminated with the following
error message on the console:
terminate called after throwing an instance of 'QString'

Instead of logging this message on the console show a message box to the
user with the contests of the QString thrown. Do the same for
std::exceptions, and a generic message if the exception is of another
type.

While working on issue Brewtarget#319 the application terminated with the following
error message on the console:
terminate called after throwing an instance of 'QString'

Instead of logging this message on the console show a message box to the
user with the contests of the QString thrown. Do the same for
std::exceptions, and a generic message if the exception is of another
type.
@mikfire
Copy link
Contributor

mikfire commented Sep 17, 2016

That looks good. I will merge this soon.

@mikfire mikfire merged commit d285cc2 into Brewtarget:develop Oct 25, 2016
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

Successfully merging this pull request may close these issues.

2 participants