<?php

namespace Braintree\Exception;

use Braintree\Exception;

/**
 * Raised when the gateway request rate-limit is exceeded.
 */
class TooManyRequests extends Exception
{
}
