forked from Wavyzz/py-healthchecks.io
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