Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::WaitSameProcessException Class Reference

Thrown when trying to wait for a process that is the same as the current process. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::WaitSameProcessException:
arion_exception::ArionException

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
 

Detailed Description

Thrown when trying to wait for a process that is the same as the current process.

Constructor & Destructor Documentation

◆ WaitSameProcessException()

arion_exception::WaitSameProcessException::WaitSameProcessException ( pid_t  pid)
inlineexplicit

Builder for WaitSameProcessException instances.

Parameters
[in]pidThe PID of the process that is trying to wait for itself.

The documentation for this class was generated from the following file: