class AuthorizeNet::Exception

Constants

GENERIC_ERROR_MESSAGE

Attributes

errors[RW]
message[RW]

Public Class Methods

new(message=GENERIC_ERROR_MESSAGE) click to toggle source
# File lib/authorize_net/exception.rb, line 8
def initialize(message=GENERIC_ERROR_MESSAGE)
  @message = message
  @errors = []
end