Thrown when trying to access a process with a non-existing or already exited PID. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoProcessWithPidException (pid_t pid) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when trying to access a process with a non-existing or already exited PID.
|
inlineexplicit |
Builder for NoProcessWithPidException instances.
| [in] | pid | The PID of the process that does not exist or has exited. |