Authorization.php in Commerce Braintree 7
File
braintree_php/lib/Braintree/Exception/Authorization.phpView source
<?php
/**
* Raised when authorization fails
*
* @package Braintree
* @subpackage Exception
* @copyright 2010 Braintree Payment Solutions
*/
/**
* Raised when the API key being used is not authorized to perform
* the attempted action according to the roles assigned to the user
* who owns the API key.
*
* @package Braintree
* @subpackage Exception
* @copyright 2010 Braintree Payment Solutions
*/
class Braintree_Exception_Authorization extends Braintree_Exception {
}
Classes
Name | Description |
---|---|
Braintree_Exception_Authorization | Raised when the API key being used is not authorized to perform the attempted action according to the roles assigned to the user who owns the API key. |