github.com/jiasir/deis@v1.12.2/controller/api/exceptions.py (about)

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