Exception: Adyen::APIError
- Inherits:
-
AdyenError
- Object
- StandardError
- AdyenError
- Adyen::APIError
- Defined in:
- lib/adyen/errors.rb
Overview
catchall for errors which don’t have more specific classes
Instance Attribute Summary
Attributes inherited from AdyenError
#code, #msg, #request, #response
Instance Method Summary collapse
-
#initialize(msg, request, response, code) ⇒ APIError
constructor
A new instance of APIError.
Methods inherited from AdyenError
Constructor Details
#initialize(msg, request, response, code) ⇒ APIError
Returns a new instance of APIError.
108 109 110 |
# File 'lib/adyen/errors.rb', line 108 def initialize(msg, request, response, code) super(request, response, msg, code) end |