runtime.exception
¶
Common Runtime exceptions.
- exception runtime.exception.EmergencyStopException[source]¶
Bases:
SystemExit
An exception indicating Runtime should stop immediately.
Do not attempt to restart a subprocess whose exit code is
EXIT_CODE
. Instead, the parent process should re-raise the exception.