github.com/dustinrc/deis@v1.10.1-0.20150917223407-0894a5fb979e/controller/api/exceptions.py (about)

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