Exception: Inferno::Exceptions::RunnableChildNotFoundException
- Inherits:
-
StandardError
- Object
- StandardError
- Inferno::Exceptions::RunnableChildNotFoundException
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(id, runnable) ⇒ RunnableChildNotFoundException
constructor
A new instance of RunnableChildNotFoundException.
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 |