On Friday, 24 October 2014 at 19:09:23 UTC, Walter Bright wrote:

You can insert your own handler with core.assertHandler(myAssertHandler). Or you can catch(Error). But you don't want to try doing anything more than notification with that - the program is in an unknown state.

Also be aware that if you throw an Exception from the assertHandler you could be violating nothrow guarantees.

Reply via email to