Exception: StatRaptor::Error
- Inherits:
-
StandardError
- Object
- StandardError
- StatRaptor::Error
- Defined in:
- lib/statraptor/error.rb
Overview
Custom error class for rescuing from all StatRaptor errors
Direct Known Subclasses
Defined Under Namespace
Classes: NotFound, Unauthorized
Instance Method Summary collapse
-
#initialize(message) ⇒ StatRaptor::Error
constructor
Initializes a new Error object.
Constructor Details
#initialize(message) ⇒ StatRaptor::Error
Initializes a new Error object
9 10 11 |
# File 'lib/statraptor/error.rb', line 9 def initialize() super() end |