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

Don't swallow exceptions if a save point release causes an exception #26

Open
jfischoff opened this issue Apr 24, 2017 · 0 comments
Open

Comments

@jfischoff
Copy link
Contributor

It is possible we can have a error that needs to get thrown from setup and an exception that should get thrown from releasing a save point in the finally clause. We should throw both exceptions. We need a type like

data TwoExceptions = TwoExceptions SomeException SomeException

but with a better name.

We will need to rework the code to handle this ... assuming it is possible.

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

1 participant