Provider for the $exceptionHandler service.
$exceptionHandler
The default implementation rethrows exceptions, enabling strict fail-fast behavior. Applications may replace the handler via by setting errorHandlerproperty or by providing their own $exceptionHandler factory.
errorHandler
Creates the provider with the default rethrowing exception handler.
Returns the currently configured exception handler wrapper.
Provider for the
$exceptionHandlerservice.The default implementation rethrows exceptions, enabling strict fail-fast behavior. Applications may replace the handler via by setting
errorHandlerproperty or by providing their own$exceptionHandlerfactory.