Exception: Inferno::Exceptions::NotUserRunnableException

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

Instance Method Summary collapse

Constructor Details

#initializeNotUserRunnableException

Returns a new instance of NotUserRunnableException.



74
75
76
# File 'lib/inferno/exceptions.rb', line 74

def initialize
  super('The chosen runnable must be run as part of a group')
end