do {
    die 'some text';
    say 'after the exception';
    CATCH {
        say 'caught the exception';
        ...; # what goes here?
    }
}

My proposal is to call .resume() on the exception object.

Thoughts?

Reply via email to