mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-05-01 19:25:55 +02:00
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