Repository URL to install this package:
|
Version:
4.0.0 ▾
|
from braintree.exceptions.braintree_error import BraintreeError
class GatewayTimeoutError(BraintreeError):
"""
Raised when a gateway response timeout occurs.
"""
pass