folly::exception_tracer::ExceptionInfo

Information about a captured exception and its stack trace.

Synopsis

Declared in <folly/debugging/exception_tracer/ExceptionTracer.h>

struct ExceptionInfo;

Data Members

NameDescription
frames The instruction-pointer addresses of the captured stack trace.
type The dynamic type of the exception, or nullptr if unknown.