summaryrefslogtreecommitdiff
path: root/lib/exceptions.py
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2019-02-16 17:07:34 -0500
committerGitHub <noreply@github.com>2019-02-16 17:07:34 -0500
commit2ab4c451e8042868b2516a6b3fe1f60836f27ffe (patch)
tree0ce616ac57e6a2aa507461486233c71373467c9a /lib/exceptions.py
parentbd6e4d9d32fd314b66f3c5d798c7151bf543d07f (diff)
parentfa3236372bcee28f4aaa78da47b68c5d7f32cca4 (diff)
tons of bug fixes (#364)
bug fixes
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..c1ff36f0
--- /dev/null
+++ b/lib/exceptions.py
@@ -0,0 +1,2 @@
+class InkstitchException(Exception):
+ pass