exception documentation
class StateCorrection(Exception): (source)
Raise from within a transition method to switch to another state.
Raise with one or two arguments: new state name, and an optional new transition name.
class StateCorrection(Exception): (source)
Raise from within a transition method to switch to another state.
Raise with one or two arguments: new state name, and an optional new transition name.