exceptions
dev_tool.launcher.exceptions
LauncherError
Bases: DevToolBaseError
An exception that is raised when a launcher operation fails.
LauncherLockError
Bases: LauncherError
An exception that is raised when a lock cannot be acquired by the launcher.
ProcessAssignmentError
Bases: LauncherError
An exception that is raised when a process cannot be assigned to a job object.
SignalForwardingError
Bases: LauncherError
An exception that is raised when a signal cannot be forwarded to a process.
ProcessTerminationError
Bases: LauncherError
An exception that is raised when a process cannot be terminated properly.
SingleInstanceError
Bases: LauncherError
An exception that is raised when multiple instances of the application are detected.