class GladepayServerError

Gladepay Server Error Handler

Attributes

response[R]

Public Class Methods

new(response = nil) click to toggle source
# File lib/gladepay/error.rb, line 4
def initialize(response = nil)
  @response = response
end