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

use
Braintree\Exception;

/**
 * Raised when the gateway request rate-limit is exceeded.
 *
 * @package    Braintree
 * @subpackage Exception
 */
class TooManyRequests extends Exception
{

}
class_alias('Braintree\Exception\TooManyRequests', 'Braintree_Exception_TooManyRequests');