Signature of a callback invoked when an exception is rethrown via __cxa_rethrow.
Synopsis
Declared in <folly/debugging/exception_tracer/ExceptionTracerLib.h>
using CxaRethrowSig = void() noexcept;
Created with MrDocs