Thrown when a parent process does not have a child process with a specific PID. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoChildWithPidException (pid_t parent_pid, pid_t child_pid) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a parent process does not have a child process with a specific PID.
|
inlineexplicit |
Builder for NoChildWithPidException instances.
| [in] | parent_pid | The PID of the parent process. |
| [in] | child_pid | The PID of the child process. |