<?php namespace Braintree\Exception; use Braintree\Exception; /** * Raised when the gateway request rate-limit is exceeded. * * @package Braintree * @subpackage Exception */ class TooManyRequests extends Exception { }