ThreadBase.filterCaughtThrowable
void filterCaughtThrowable(ref Throwable thrown) @system nothrowFilter 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
thrown | The thrown exception, may be null after returned. |