Repository URL to install this package:
|
Version:
3.59.0 ▾
|
from braintree.exceptions.braintree_error import BraintreeError
class DownForMaintenanceError(BraintreeError):
"""
Raised when the gateway is down for maintenance.
See https://developers.braintreepayments.com/reference/general/exceptions/python#down-for-maintenance
"""
pass