Exception: Dirigible::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Dirigible::Error
- Defined in:
- lib/dirigible/error.rb
Overview
Custom error class for rescuing from all known Urban Airship errors
Direct Known Subclasses
BadRequest, MethodNotAllowed, NotAcceptable, NotFound, Unauthorized
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
3 4 5 |
# File 'lib/dirigible/error.rb', line 3 def error @error end |