Exception: AmexTokenizationClient::Request::UnexpectedHttpResponse
- Inherits:
-
StandardError
- Object
- StandardError
- AmexTokenizationClient::Request::UnexpectedHttpResponse
- Defined in:
- lib/amex_tokenization_client/request.rb
Instance Method Summary collapse
-
#initialize(response) ⇒ UnexpectedHttpResponse
constructor
A new instance of UnexpectedHttpResponse.
Constructor Details
#initialize(response) ⇒ UnexpectedHttpResponse
Returns a new instance of UnexpectedHttpResponse.
56 57 58 |
# File 'lib/amex_tokenization_client/request.rb', line 56 def initialize(response) super response. || response.code end |