Exception: Adyen::ServerError
- Inherits:
-
AdyenError
- Object
- StandardError
- AdyenError
- Adyen::ServerError
- 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) ⇒ ServerError
constructor
A new instance of ServerError.
Methods inherited from AdyenError
Constructor Details
#initialize(msg, request, response) ⇒ ServerError
Returns a new instance of ServerError.
89 90 91 |
# File 'lib/adyen/errors.rb', line 89 def initialize(msg, request, response) super(request, response, msg, 500) end |