From d7e05bb76b79d4a404050a1ea022d0468718dbeb Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 19 Jan 2019 16:24:18 +0100 Subject: [PATCH] add a custom exception --- borg_qt/helper.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 borg_qt/helper.py diff --git a/borg_qt/helper.py b/borg_qt/helper.py new file mode 100644 index 0000000..ac082c4 --- /dev/null +++ b/borg_qt/helper.py @@ -0,0 +1,2 @@ +class BorgException(Exception): + pass