Class Statemap::StateUndefinedException
In: sipper/lib/smc/statemap.rb
Parent: Exception

A StateUndefinedException is thrown by an SMC-generated state machine whenever a transition is taken and there is no state currently set. This occurs when a transition is issued from with a transition action.

[Validate]