Exception: Hps::ApiConnectionException
- Inherits:
-
HpsException
- Object
- StandardError
- HpsException
- Hps::ApiConnectionException
- Defined in:
- lib/hps/infrastructure/api_connection_exception.rb
Instance Attribute Summary
Attributes inherited from HpsException
#code, #inner_exception, #response_code, #response_text
Instance Method Summary collapse
-
#initialize(message, inner_exception, code) ⇒ ApiConnectionException
constructor
A new instance of ApiConnectionException.
Constructor Details
#initialize(message, inner_exception, code) ⇒ ApiConnectionException
Returns a new instance of ApiConnectionException.
4 5 6 7 8 |
# File 'lib/hps/infrastructure/api_connection_exception.rb', line 4 def initialize(, inner_exception, code) super(, code, inner_exception) end |