Exception: XfOOrth::XfOOrthError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fOOrth/monkey_patch/exceptions.rb

Overview

The generalize exception used by all fOOrth specific exceptions.

Instance Method Summary collapse

Instance Method Details

#foorth_messageObject

Get the error message for this exception.



138
139
140
# File 'lib/fOOrth/monkey_patch/exceptions.rb', line 138

def foorth_message
  self.message
end