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.

[View source]

136
137
138
# File 'lib/inferno/exceptions.rb', line 136

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