Function EventLoop.setExceptionHandler

Set handler as the new event loop exception handler.

If handler is null, the default exception handler will be set.

Prototype

final void setExceptionHandler(
  void delegate(EventLoop, ExceptionContext) exceptionHandler
);

See Also

callExceptionHandler().

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0