We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995fb51 commit 8fa6cb8Copy full SHA for 8fa6cb8
1 file changed
tappay/exceptions.py
@@ -20,3 +20,12 @@ class AuthenticationError(ClientError):
20
"""Error raised when authentication fails."""
21
22
pass
23
+
24
25
+class Exceptions:
26
+ """Namespace for TapPay exceptions (for backward compatibility)."""
27
28
+ Error = Error
29
+ ClientError = ClientError
30
+ ServerError = ServerError
31
+ AuthenticationError = AuthenticationError
0 commit comments