diff options
Diffstat (limited to 'src/palhm/exceptions.py')
-rw-r--r-- | src/palhm/exceptions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/palhm/exceptions.py b/src/palhm/exceptions.py new file mode 100644 index 0000000..f63f2f9 --- /dev/null +++ b/src/palhm/exceptions.py @@ -0,0 +1,2 @@ +class InvalidConfigError (Exception): ... +class APIFailError (Exception): ... |