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



436
437
438
# File 'lib/coderunner/run.rb', line 436

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