Exception: Stately::InvalidTransition
- Inherits:
-
StandardError
- Object
- StandardError
- Stately::InvalidTransition
- Defined in:
- lib/stately.rb
Overview
An InvalidTransition is an error that is raised when attempting to transition from a state that’s not allowable, based on the Stately::State DSL definitions allow_from and prevent_from.