Exception: Adyen::APIError

Inherits:
AdyenError show all
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

Methods inherited from AdyenError

#mask_fields

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