Register a callback invoked on each std::rethrow_exception.
Declared in <folly/debugging/exception_tracer/ExceptionTracerLib.h>
void
registerRethrowExceptionCallback(RethrowExceptionSig& callback);
| Name | Description |
|---|---|
| callback | The callback to register. |