uncaught_exceptions
Declared in <folly/lang/Exception.h>
int
uncaught_exceptions() noexcept;
An accelerated version of std::uncaught_exceptions.
mimic: std::uncaught_exceptions, c++17
The number of exceptions currently being handled on this thread.