summaryrefslogtreecommitdiff
path: root/lib/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exceptions.py')
-rw-r--r--lib/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/exceptions.py b/lib/exceptions.py
new file mode 100644
index 00000000..30e595ea
--- /dev/null
+++ b/lib/exceptions.py
@@ -0,0 +1,2 @@
+class InkstitchException(Exception):
+ pass \ No newline at end of file