StoreRefusal class
Raised when a required store is absent (or misplaced) at a root — a LOUD boot refusal, never a silent default (the guard principle: LOUD or gone).
The v3 model kills cwd/walk-up store discovery (SCRATCH §7 item 9): a store is expected exactly at a root, so its absence is an authoring/ops error the operator must fix (run the substation init flow, or correct the root), not a condition the framework papers over by searching upward.
- Implemented types
Constructors
- StoreRefusal(String message)
-
Refuses with a human-readable
message(names the root + the invariant).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