Method: Exception#foorth_message
- Defined in:
- lib/fOOrth/monkey_patch/exceptions.rb
#foorth_message ⇒ Object
Get the error message for this exception.
87 88 89 |
# File 'lib/fOOrth/monkey_patch/exceptions.rb', line 87 def "#{self.foorth_code} #{self.message}" end |