Repository URL to install this package:
|
Version:
3.8.0 ▾
|
from braintree.exceptions.braintree_error import BraintreeError
class ForgedQueryStringError(BraintreeError):
"""
Raised when the query string has been forged or tampered with during a transparent redirect.
See https://www.braintreepayments.com/docs/python/general/exceptions#forged_query_string
"""
pass