Exception: Inferno::Exceptions::NotUserRunnableException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Inferno::Exceptions::NotUserRunnableException
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ NotUserRunnableException
constructor
A new instance of NotUserRunnableException.
Constructor Details
#initialize ⇒ NotUserRunnableException
Returns a new instance of NotUserRunnableException.
93 94 95 |
# File 'lib/inferno/exceptions.rb', line 93 def initialize super('The chosen runnable must be run as part of a group') end |