On Tuesday, 8 November 2016 at 01:50:26 UTC, Walter Bright wrote:
> You don't. The exception is also rethrown, so it isn't an exact
> replacement. (The 'nothrow' is a mistake on my part.)
this:
scope(failure, Exception e) {
// Do something with e
}
would be nice