summaryrefslogtreecommitdiff
path: root/alot/db/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/errors.py')
-rw-r--r--alot/db/errors.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/alot/db/errors.py b/alot/db/errors.py
index 668ab34e..bd2564f9 100644
--- a/alot/db/errors.py
+++ b/alot/db/errors.py
@@ -13,12 +13,6 @@ class DatabaseROError(DatabaseError):
pass
-class DatabaseLockedError(DatabaseError):
-
- """cannot write to locked index"""
- pass
-
-
class NonexistantObjectError(DatabaseError):
"""requested thread or message does not exist in the index"""