forked from Wavyzz/py-healthchecks.io
add some client work
This commit is contained in:
13
src/healthchecks_io/client/exceptions.py
Normal file
13
src/healthchecks_io/client/exceptions.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""healthchecks_io exceptions."""
|
||||
|
||||
|
||||
class HCAPIError(Exception):
|
||||
"""API Exception for when we have an error with the healthchecks api."""
|
||||
|
||||
...
|
||||
|
||||
|
||||
class HCAPIAuthError(HCAPIError):
|
||||
"""Thrown when we fail to auth to the Healthchecks api."""
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user