Information about a captured exception and its stack trace.
Declared in <folly/debugging/exception_tracer/ExceptionTracer.h>
struct ExceptionInfo;
| Name | Description |
|---|---|
frames | The instruction-pointer addresses of the captured stack trace. |
type | The dynamic type of the exception, or nullptr if unknown. |