Bitcoin Core  27.99.0
P2P Digital Currency
Functions
exception.cpp File Reference
#include <util/exception.h>
#include <logging.h>
#include <tinyformat.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()

static 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: