ExceptionHandler

A handler type to catch the exception thrown at inside of main loop.

alias ExceptionHandler = EventHandler!(bool, Exception)

Meta