Trailing catch on function?

Robert burner Schadek via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 7 16:12:09 PST 2016


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)


More information about the Digitalmars-d mailing list