Exception: CodeRunner::CRMild

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

Overview

more of a dead end than an error. Should never be allowed to halt execution

Instance Method Summary collapse

Constructor Details

#initialize(mess = "") ⇒ CRMild



45
46
47
48
# File 'lib/coderunner/instance_methods.rb', line 45

def initialize(mess="")
  mess += "\n\n#{self.class} created in directory #{Dir.pwd}"
  super(mess)
end