mode.exceptions Custom exceptions. MaxRestartsExceeded Bases: Exception Supervisor found restarting service too frequently. Source code in mode/exceptions.py 6 7class MaxRestartsExceeded(Exception): """Supervisor found restarting service too frequently."""