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