summaryrefslogtreecommitdiff
path: root/redis/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/exceptions.py')
-rw-r--r--redis/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/exceptions.py b/redis/exceptions.py
index 1e47972..d67afa7 100644
--- a/redis/exceptions.py
+++ b/redis/exceptions.py
@@ -17,7 +17,7 @@ class ConnectionError(ServerError):
pass
-class BusyLoadingError(ServerError):
+class BusyLoadingError(ConnectionError):
pass