Log an exception and its originating thread without rethrowing.
Declared in <util/exception.h>
void
PrintExceptionContinue(
std::exception const* pex,
std::string_view thread_name);
| Name | Description |
|---|---|
| pex | The caught exception, or nullptr when the type is unknown. |
| thread_name | The name of the thread where the exception occurred. |