Exception: CodeRunner::Run::NoRunnerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/coderunner/run.rb

Instance Method Summary collapse

Instance Method Details

#new(mess) ⇒ Object



486
487
488
# File 'lib/coderunner/run.rb', line 486

def new(mess)
  super("No Runner: a runner was needed for this Run method call "+mess)
end