AngularTS
Preparing search index...
ExceptionHandler
Type Alias ExceptionHandler
ExceptionHandler
:
(
exception
:
unknown
)
=>
never
A callback type for handling errors.
Type Declaration
(
exception
:
unknown
)
:
never
Parameters
exception
:
unknown
The exception associated with the error.
Returns
never
Throws
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
AngularTS
Loading...
A callback type for handling errors.