Source code for mode.exceptions

"""Custom exceptions."""

__all__ = ['MaxRestartsExceeded']


[docs]class MaxRestartsExceeded(Exception): """Supervisor found restarting service too frequently."""