errorHandler property

JetBaseErrorHandler get errorHandler

The error handler for the application.

Returns the default JetErrorHandler by default. Override this to provide custom error handling logic. Example: MyCustomErrorHandler()

Implementation

JetBaseErrorHandler get errorHandler => JetErrorHandler.instance;