Exception: Pebbles::River::ConnectionError
- Inherits:
-
StandardError
- Object
- StandardError
- Pebbles::River::ConnectionError
- Defined in:
- lib/pebbles/river/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#connection_exception ⇒ Object
readonly
Returns the value of attribute connection_exception.
Instance Method Summary collapse
-
#initialize(message, connection_exception = nil) ⇒ ConnectionError
constructor
A new instance of ConnectionError.
Constructor Details
#initialize(message, connection_exception = nil) ⇒ ConnectionError
Returns a new instance of ConnectionError.
7 8 9 10 |
# File 'lib/pebbles/river/errors.rb', line 7 def initialize(, connection_exception = nil) super() @connection_exception = connection_exception end |
Instance Attribute Details
#connection_exception ⇒ Object (readonly)
Returns the value of attribute connection_exception.
5 6 7 |
# File 'lib/pebbles/river/errors.rb', line 5 def connection_exception @connection_exception end |