Exception: StateMachine::IntegrationNotFound
- Defined in:
- lib/state_machine/integrations.rb
Overview
An invalid integration was specified
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(name) ⇒ IntegrationNotFound
constructor
A new instance of IntegrationNotFound.
Constructor Details
#initialize(name) ⇒ IntegrationNotFound
Returns a new instance of IntegrationNotFound.
12 13 14 |
# File 'lib/state_machine/integrations.rb', line 12 def initialize(name) super(nil, "#{name.inspect} is an invalid integration") end |