Method: Exception#foorth_message

Defined in:
lib/fOOrth/monkey_patch/exceptions.rb

#foorth_messageObject

Get the error message for this exception.



87
88
89
# File 'lib/fOOrth/monkey_patch/exceptions.rb', line 87

def foorth_message
  "#{self.foorth_code} #{self.message}"
end