From be7d0af82da95d64261351b6281153db1944c0b4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 15 Feb 2019 20:51:10 -0500 Subject: improve error message when trying to autofill tiny shapes --- lib/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/exceptions.py (limited to 'lib/exceptions.py') 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 -- cgit v1.2.3