module NxtStateMachine module Errors TransitionNotDefined = Class.new(Error) end end