UnknownServiceException class
Thrown when --only names something that is not there.
Silently running a subset of what was asked for is worse than refusing: a typo would otherwise look like a service that starts and does nothing.
- Implemented types
Constructors
-
UnknownServiceException(List<
String> names, List<String> available) -
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