FatalErrorHandler

The type of the fatal error handler

nothrow
alias FatalErrorHandler = bool delegate
()

Return Value

true if error handling is done, false to do exit(EXIT_FAILURE)

Meta