DependencyNotFoundException class

An exception that is thrown when a service of the type service was not found.

Inheritance

Constructors

DependencyNotFoundException(Type requiredBy, String parameterName, [CatalystBuilderException? inner])
Creates a new DependencyNotFoundException object.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
inner CatalystBuilderException?
A inner exception
finalinherited
message String
The exception message
finalinherited
parameterName String
The name of the parameter.
final
requiredBy Type
The service that require the dependency.
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited