mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2025-12-09 11:08:37 +01:00
generic response checking method and get_check
This commit is contained in:
@@ -11,3 +11,8 @@ class HCAPIAuthError(HCAPIError):
|
||||
"""Thrown when we fail to auth to the Healthchecks api."""
|
||||
|
||||
...
|
||||
|
||||
class CheckNotFoundError(HCAPIError):
|
||||
"""Thrown when getting a check returns a 404."""
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user