summaryrefslogtreecommitdiff
path: root/squaredeal/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'squaredeal/__init__.py')
-rw-r--r--squaredeal/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/squaredeal/__init__.py b/squaredeal/__init__.py
index e69de29..163be72 100644
--- a/squaredeal/__init__.py
+++ b/squaredeal/__init__.py
@@ -0,0 +1,2 @@
+class SquareDealError(Exception):
+ pass