Exception: Ably::Exceptions::ConnectionError
- Inherits:
-
BaseAblyException
- Object
- StandardError
- BaseAblyException
- Ably::Exceptions::ConnectionError
- Defined in:
- lib/submodules/ably-ruby/lib/ably/exceptions.rb
Overview
Connection error from Realtime or REST service
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from BaseAblyException
Instance Method Summary collapse
-
#initialize(message, status = nil, code = nil, base_error = nil) ⇒ ConnectionError
constructor
A new instance of ConnectionError.
Constructor Details
#initialize(message, status = nil, code = nil, base_error = nil) ⇒ ConnectionError
38 39 40 41 |
# File 'lib/submodules/ably-ruby/lib/ably/exceptions.rb', line 38 def initialize(, status = nil, code = nil, base_error = nil) super , status, code @base_error = base_error end |