Exception: Adyen::FormatError
- Inherits:
-
AdyenError
- Object
- StandardError
- AdyenError
- Adyen::FormatError
- Defined in:
- lib/adyen/errors.rb
Instance Attribute Summary
Attributes inherited from AdyenError
#code, #msg, #request, #response
Instance Method Summary collapse
-
#initialize(msg, request, response) ⇒ FormatError
constructor
A new instance of FormatError.
Methods inherited from AdyenError
Constructor Details
#initialize(msg, request, response) ⇒ FormatError
Returns a new instance of FormatError.
83 84 85 |
# File 'lib/adyen/errors.rb', line 83 def initialize(msg, request, response) super(request, response, msg, 422) end |