aboutsummaryrefslogtreecommitdiff
path: root/src/palhm/exceptions.py
blob: f63f2f9b01734c1c4135eb7f3754e6e35391852c (plain)
1
2
class InvalidConfigError (Exception): ...
class APIFailError (Exception): ...