DependyProviderMissingDependsOnException class
This exception is thrown when a provider tries to resolve a dependency
that has not been declared in its dependsOn
set.
This verifies that all dependencies are explicitly defined, promoting better design and avoiding runtime errors.
Example:
If Provider D requires Provider E, but Provider E is not listed
in the dependsOn
set of Provider D,
a DependyProviderMissingDependsOnException
will occur.
- Implemented types
Constructors
- DependyProviderMissingDependsOnException(dynamic message)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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