Thrown when a thread crashes with an unhandled signal. More...
#include <global_excepts.hpp>
Public Member Functions | |
| UnhandledSyncSignalException (pid_t pid, pid_t tid, std::string sig_desc) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when a thread crashes with an unhandled signal.
|
inlineexplicit |
Builder for UnhandledSyncSignalException instances.
| [in] | pid | Process ID of the crashed thread. |
| [in] | tid | Thread ID of the crashed thread. |
| [in] | sig_desc | Description of the unhandled signal. |