summaryrefslogtreecommitdiff
path: root/server/piztor/exc.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/piztor/exc.py')
-rw-r--r--server/piztor/exc.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/server/piztor/exc.py b/server/piztor/exc.py
index 2c53dbf..390193c 100644
--- a/server/piztor/exc.py
+++ b/server/piztor/exc.py
@@ -4,14 +4,5 @@ class PiztorError(Exception):
class DBCurruptedError(PiztorError):
pass
-class ConnectionError(PiztorError):
- pass
-
-class ReqReadError(ConnectionError):
- pass
-
-class BadReqError(ConnectionError):
- pass
-
-class BadTokenError(ConnectionError):
+class BadReqError(PiztorError):
pass