ConfigFileException class
Structured error for an invalid/incomplete --config input — never a
silent default (FR-045, SC-015, CF-2). exitCode is 2 for a malformed
invocation (unparsable YAML) and 4 for an otherwise-invalid Blueprint,
per contracts/exit-codes.md R2.
- Implemented types
Constructors
- ConfigFileException(String code, String message, {int exitCode = 4})
-
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