class XfOOrth::XfOOrthError

The generalize exception used by all fOOrth specific exceptions.

Public Instance Methods

foorth_message() click to toggle source

Get the error message for this exception.

# File lib/fOOrth/monkey_patch/exceptions.rb, line 138
def foorth_message
  self.message
end