PrintExceptionContinue

Log an exception and its originating thread without rethrowing.

Synopsis

Declared in <util/exception.h>

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

Parameters

NameDescription
pexThe caught exception, or nullptr when the type is unknown.
thread_nameThe name of the thread where the exception occurred.