DependencyResolutionException class
Thrown when resolution cannot complete: an unknown package, no version satisfying the constraints, or a dependency cycle.
- Implemented types
Constructors
- DependencyResolutionException(String message)
-
Creates an exception describing why resolution failed.
Audited: 2026-06-12 11:26 EDT
const
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