DependencyRegistrationException class
Raised when core dependency registration cannot be completed.
Carries the original cause so the stack trace survives — the previous
implementation threw a bare String, which loses both the type and the
trace at the point of failure.
- Implemented types
Constructors
- DependencyRegistrationException(String message, [Object? cause])
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited