diff options
Diffstat (limited to 'lib/exceptions.py')
| -rw-r--r-- | lib/exceptions.py | 2 |
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 |
