ErrorHandler class
A bootstrapping coordinator responsible for orchestrating the application's global error tracking lifecycle.
This class initializes the required dependency injection modules and activates framework-level error interceptors during the application startup sequence.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
init(
) → Future< void> - Initializes the dependency containers and binds global exception handlers.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- executor → ResultExecutor
-
Explicitly exposes the registered ResultExecutor instance for fast static-like access.
no setter