Seditio Source
Root |
./othercms/xenForo 2.2.8/src/vendor/braintree/braintree_php/lib/Braintree/Exception/Authorization.php
<?php
namespace Braintree\Exception;

use
Braintree\Exception;

/**
 * Raised when authorization fails
 * 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
 */
class Authorization extends Exception
{

}
class_alias('Braintree\Exception\Authorization', 'Braintree_Exception_Authorization');