Scott Baker confirmed this is obsolete
[sfa.git] / gacks / gacksexcep.py
diff --git a/gacks/gacksexcep.py b/gacks/gacksexcep.py
deleted file mode 100644 (file)
index dbfb5fb..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-class GacksError(Exception):
-    def __init__(self, value):
-        self.value = value
-    def __str__(self):
-        return repr(self.value)
-
-class GacksMultipleRecordCollision(GacksError):
-    pass
-
-class GacksResourceNotFound(GacksError):
-    pass
-
-class GacksConflictingInsert(GacksError):
-    pass