Exception: CloudParty::Errors::ConnectionError
- Inherits:
-
StandardError
- Object
- StandardError
- CloudParty::Errors::ConnectionError
- Defined in:
- lib/cloud_party/exceptions.rb
Overview
### ConnectionError
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ ConnectionError
constructor
A new instance of ConnectionError.
Constructor Details
#initialize(message, response) ⇒ ConnectionError
Returns a new instance of ConnectionError.
13 14 15 16 |
# File 'lib/cloud_party/exceptions.rb', line 13 def initialize(, response) super() @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
11 12 13 |
# File 'lib/cloud_party/exceptions.rb', line 11 def response @response end |