Exception: ActionConductor::UndefinedConductor

Inherits:
StandardError
  • Object
show all
Defined in:
lib/action_conductor/errors/undefined_conductor.rb

Instance Method Summary collapse

Constructor Details

#initialize(conductor_klass_name) ⇒ UndefinedConductor

Returns a new instance of UndefinedConductor.



3
4
5
# File 'lib/action_conductor/errors/undefined_conductor.rb', line 3

def initialize(conductor_klass_name)
  super "No conductor named #{conductor_klass_name} is defined"
end