AuthorizeGatewayException

Thrown upon receiving a bad response from authorize.net (should never happen) or if the API returns an error.

class AuthorizeGatewayException : PaymentGatewayException {
string code;
string operation;
string message;
}
Suggestion Box / Bug Report