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.



142
143
144
# File 'lib/fOOrth/monkey_patch/exceptions.rb', line 142

def foorth_message
  self.message
end