From b7bf52a24bd7b04b6f0efc513c03422ad4462743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 5 Feb 2022 19:20:04 +0100 Subject: [PATCH] add exceptions folder --- PyTeX/exceptions/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 PyTeX/exceptions/__init__.py diff --git a/PyTeX/exceptions/__init__.py b/PyTeX/exceptions/__init__.py new file mode 100644 index 0000000..b1fef70 --- /dev/null +++ b/PyTeX/exceptions/__init__.py @@ -0,0 +1,3 @@ + +class PyTeXException(Exception): + pass