Exception: ApiResponseRetrievalException
- Inherits:
-
ApiException
- Object
- StandardError
- ApiException
- ApiResponseRetrievalException
- Defined in:
- lib/PCP-server-Ruby-SDK/errors/api_response_retrieval_exception.rb
Instance Attribute Summary
Attributes inherited from ApiException
Instance Method Summary collapse
-
#initialize(status_code, response_body, cause = nil) ⇒ ApiResponseRetrievalException
constructor
A new instance of ApiResponseRetrievalException.
Methods inherited from ApiException
Constructor Details
#initialize(status_code, response_body, cause = nil) ⇒ ApiResponseRetrievalException
Returns a new instance of ApiResponseRetrievalException.
4 5 6 |
# File 'lib/PCP-server-Ruby-SDK/errors/api_response_retrieval_exception.rb', line 4 def initialize(status_code, response_body, cause = nil) super(status_code, response_body, cause) end |