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

Name

Description

pex

The caught exception, or nullptr when the type is unknown.

thread_name

The name of the thread where the exception occurred.

Created with MrDocs