Exception: Inferno::Exceptions::RunnableChildNotFoundException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/inferno/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(id, runnable) ⇒ RunnableChildNotFoundException

Returns a new instance of RunnableChildNotFoundException.



130
131
132
# File 'lib/inferno/exceptions.rb', line 130

def initialize(id, runnable)
  super("Could not find a child with an ID ending in '#{id}' for '#{runnable}'.")
end