diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-02-15 20:51:10 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-02-16 16:53:38 -0500 |
| commit | be7d0af82da95d64261351b6281153db1944c0b4 (patch) | |
| tree | 3ef502baf31583bbda92841291105443d659c532 /lib/exceptions.py | |
| parent | 4c7f8f32fd13cb41680efe9b9d478fab23dacfa0 (diff) | |
improve error message when trying to autofill tiny shapes
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 |
