From a799ddebdc516dba40a846e7e370825049cd97d7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 18 Oct 2019 10:49:23 +0300 Subject: Revert "Add: MuckStore" This reverts commit b87027a3c7d3bc88e2674c9e22c8745c9dbf1043. --- ick2/exceptions.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ick2/exceptions.py') 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): -- cgit v1.2.1