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)
Robert burner Schadek via Digitalmars-d Mon, 07 Nov 2016 16:15:54 -0800
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)