EventLoop.setExceptionHandler

Set handler as the new event loop exception handler.

If handler is $(D_KEYWORD null), the default exception handler will be set.

class EventLoop
final
void
setExceptionHandler

See Also

$(D_PSYMBOL callExceptionHandler()).

Meta