add a custom exception

This commit is contained in:
Andreas Zweili 2019-01-19 16:24:18 +01:00
parent 03a0e1cb2a
commit d7e05bb76b
1 changed files with 2 additions and 0 deletions

2
borg_qt/helper.py Normal file
View File

@ -0,0 +1,2 @@
class BorgException(Exception):
pass