summaryrefslogtreecommitdiff
path: root/ick2/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/exceptions.py')
-rw-r--r--ick2/exceptions.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/ick2/exceptions.py b/ick2/exceptions.py
index 8467e7a..bd394af 100644
--- a/ick2/exceptions.py
+++ b/ick2/exceptions.py
@@ -40,12 +40,6 @@ class Conflict(IckException):
rid, expected, got))
-class StoreError(IckException):
-
- def __init__(self, msg):
- super().__init__('Error accessing persistent store: {}'.format(msg))
-
-
class BadUpdate(IckException):
def __init__(self, how):