Skip to content

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

Open
@jfischoff

Description

@jfischoff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions