Exception: PigeonFu::Exception

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/pigeon_fu/exceptions.rb

Overview

:nodoc:

Direct Known Subclasses

SendSMSFailed, Unauthorized

Instance Method Summary collapse

Instance Method Details

#message(default = nil) ⇒ Object



4
5
6
# File 'lib/pigeon_fu/exceptions.rb', line 4

def message(default=nil)
  self.class::ErrorMessage
end