Exception: Psychic::Runner::TaskNotImplementedError

Inherits:
NotImplementedError
  • Object
show all
Defined in:
lib/psychic/runner.rb

Instance Method Summary collapse

Constructor Details

#initialize(task_name) ⇒ TaskNotImplementedError

Returns a new instance of TaskNotImplementedError.



20
21
22
# File 'lib/psychic/runner.rb', line 20

def initialize(task_name)
  super("#{self.class} cannot handle task #{task_name}")
end