![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <util/exception.h>#include <logging.h>#include <tinyformat.h>#include <exception>#include <iostream>#include <string>#include <typeinfo>Go to the source code of this file.
Functions | |
| static std::string | FormatException (const std::exception *pex, std::string_view thread_name) |
| void | PrintExceptionContinue (const std::exception *pex, std::string_view thread_name) |
|
static |
| void PrintExceptionContinue | ( | const std::exception * | pex, |
| std::string_view | thread_name | ||
| ) |
Definition at line 36 of file exception.cpp.