Exception: Hps::ApiConnectionException

Inherits:
HpsException
  • Object
show all
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

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(message, inner_exception, code)

  super(message, code, inner_exception)

end