Exception: Prolenea::Error::ProleneaError
- Inherits:
-
StandardError
- Object
- StandardError
- Prolenea::Error::ProleneaError
- Defined in:
- lib/prolenea/errors.rb
Overview
:nodoc:
Direct Known Subclasses
ProleneaLookupError, ProleneaNoConnectionError, ProleneaRequestError
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(message, options = {}) ⇒ ProleneaError
constructor
A new instance of ProleneaError.
Constructor Details
#initialize(message, options = {}) ⇒ ProleneaError
Returns a new instance of ProleneaError.
6 7 8 9 |
# File 'lib/prolenea/errors.rb', line 6 def initialize(, = {}) = super end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
4 5 6 |
# File 'lib/prolenea/errors.rb', line 4 def end |