class CloudPayments::Client::GatewayError

Attributes

body[R]

Public Class Methods

new(message, body) click to toggle source
Calls superclass method
# File lib/cloud_payments/client/errors.rb, line 9
def initialize(message, body)
  super(message)
  @body = body
end