On Monday, 7 November 2016 at 23:37:18 UTC, Walter Bright wrote:
> void callback() nothrow
> {
> scope (failure)
> {
> ...log error or abort...
> }
> ...lots of code...
> }
Who to get the Exception thrown in the scope(failure)