Thrown when a thread receives an unknown signal. More...
#include <global_excepts.hpp>
Public Member Functions | |
| UnknownSignalException (pid_t pid, pid_t tid, int signo) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a thread receives an unknown signal.
|
inlineexplicit |
Builder for UnknownSignalException instances.
| [in] | pid | Process ID of the thread. |
| [in] | tid | Thread ID of the thread. |
| [in] | signo | Signal number that was received. |