Thrown when trying to wait for a process that is the same as the current process. More...
#include <global_excepts.hpp>
Public Member Functions | |
| WaitSameProcessException (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 wait for a process that is the same as the current process.
|
inlineexplicit |
Builder for WaitSameProcessException instances.
| [in] | pid | The PID of the process that is trying to wait for itself. |