ExceptionCallback

Response callback for catching exceptions.

alias ExceptionCallback = void delegate
(
Throwable
,
HTTPServerRequest
,
HTTPServerResponse
)

Meta