Runs code block and if any exception is encountered exits the application.
Runs code block and if any exception is encountered exits the application. This is useful for critical initialization steps in the application. Don't abuse it otherwise.
Logging might not be available when error occurs thus exceptions are printed to STDOUT.
If an exception is encountered application will be terminated with exit status 1.
(criticalExceptionHandlerImpl: StringAdd).self
(criticalExceptionHandlerImpl: StringFormat).self
(criticalExceptionHandlerImpl: ArrowAssoc[CriticalExceptionHandlerImpl]).x
(Since version 2.10.0) Use leftOfArrow
instead
(criticalExceptionHandlerImpl: Ensuring[CriticalExceptionHandlerImpl]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
<invalid inheritdoc annotation>