Thrown when a thread has no signal handler set for a given signal. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoSighandlerForSignalException (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 has no signal handler set for a given signal.
|
inlineexplicit |
Builder for NoSighandlerForSignalException instances.
| [in] | pid | The process id. |
| [in] | tid | The thread id. |
| [in] | signo | The signal number. |