ThreadBase.filterCaughtThrowable

void filterCaughtThrowable(ref Throwable thrown) @system nothrow

Filter any exceptions that escaped the thread entry point. This enables a 'grave digger' approach to exceptions.

By default this method will call the global handler in core.exception.

Overriding this method allows a per-thread behavior.

Parameters

thrownThe thrown exception, may be null after returned.