class Braintree_Exception_Authorization in Commerce Braintree 7
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
Hierarchy
- class \Braintree_Exception extends \Exception
Expanded class hierarchy of Braintree_Exception_Authorization
File
- braintree_php/
lib/ Braintree/ Exception/ Authorization.php, line 20
View source
class Braintree_Exception_Authorization extends Braintree_Exception {
}