backupmgr/backupmgr/error.py

5 lines
57 B
Python

#!/usr/bin/env python3
class Error(Exception):
pass