summaryrefslogtreecommitdiff
path: root/redis/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/exceptions.py')
-rw-r--r--redis/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/redis/exceptions.py b/redis/exceptions.py
index e37cad3..d18b354 100644
--- a/redis/exceptions.py
+++ b/redis/exceptions.py
@@ -17,6 +17,10 @@ class AuthenticationError(ConnectionError):
pass
+class AuthorizationError(ConnectionError):
+ pass
+
+
class BusyLoadingError(ConnectionError):
pass