Home
/
Python 3.11
/
Built-in Exceptions
/
ProcessLookupError
Python 3.0
Python 3.11
Functions
ID
EN
…
Built-in Exceptions
ProcessLookupError
Python 3.11
Raised when a given process doesn’t exist. Corresponds to errno ESRCH.
Syntax
PYTHON
Copy
exception ProcessLookupError
See Also
ESRCH