class Actor::InvalidState
Public Class Methods
new(state, flow)
click to toggle source
Calls superclass method
# File lib/Olib/actor/actor.rb, line 113 def initialize(state, flow) super "Actor::state cannot be #{state}, validate states: #{flow.states}" end