Exception: Adyen::FormatError
- Inherits:
-
AdyenError
- Object
- StandardError
- AdyenError
- Adyen::FormatError
- Defined in:
- lib/adyen/errors.rb
Overview
when JSON payload is invalid
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.
84 85 86 |
# File 'lib/adyen/errors.rb', line 84 def initialize(msg, request, response) super(request, response, msg, 400) end |