Exception: Plutonium::Interaction::Concerns::Dispatchable::NotEnabledError
- Inherits:
-
StandardError
- Object
- StandardError
- Plutonium::Interaction::Concerns::Dispatchable::NotEnabledError
- Defined in:
- lib/plutonium/interaction/concerns/dispatchable.rb
Overview
Raised when a dispatching interaction runs while async interactions are switched off. Named rather than a bare RuntimeError so a host can tell it apart from anything the interaction itself raised — and so it reads the same way as the interaction layer's other typed failures (Async::Context::UnresolvableError, Async::Executor::TargetRefusedError).