Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
exception.cpp File Reference
#include <util/exception.h>
#include <tinyformat.h>
#include <util/log.h>
#include <exception>
#include <iostream>
#include <string>
#include <typeinfo>
Include dependency graph for exception.cpp:

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)

Function Documentation

◆ FormatException()

std::string FormatException ( const std::exception * pex,
std::string_view thread_name )
static

Definition at line 20 of file exception.cpp.

Here is the caller graph for this function:

◆ PrintExceptionContinue()

void PrintExceptionContinue ( const std::exception * pex,
std::string_view thread_name )

Definition at line 36 of file exception.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: