exception documentation
class TransitionUndefinedException(Exception):
A TransitionUndefinedException is thrown by an SMC-generated state machine whenever a transition is taken which:
- Is not explicitly defined in the current state.
- Is not explicitly defined in the current FSM's default state.
- There is no Default transition in the current state.