Repository URL to install this package:
|
Version:
4.36.0 ▾
|
from braintree.exceptions.braintree_error import BraintreeError
class TooManyRequestsError(BraintreeError):
"""
Raised when the rate limit request threshold is exceeded.
"""
pass