#include <csignal>
#include <map>
#include <iomanip>
#include <iostream>
#include <ers/Issue.hpp>
#include <ers/ers.hpp>
#include <ers/StandardStreamOutput.hpp>
Go to the source code of this file.
|
| ERS_DECLARE_ISSUE (ers, UnhandledException, "Unhandled '"<< name<< "' exception has been thrown",((const char *) name)) ERS_DECLARE_ISSUE(ers |
|
◆ ERS_DECLARE_ISSUE()
ERS_DECLARE_ISSUE |
( |
ers | , |
|
|
UnhandledException | , |
|
|
"Unhandled '"<< name<< "' exception has been thrown" | , |
|
|
((const char *) name) | ) |
◆ SignalCatched