class HealthcheckException(Exception):
    """Exception class used for when the application's health check fails"""
    pass
