Make UncaughtExceptionCounter public
authorAdrian Hamza <adriah@fb.com>
Tue, 27 Dec 2016 22:18:20 +0000 (14:18 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 27 Dec 2016 22:34:44 +0000 (14:34 -0800)
commit1e03974395c7007e75ed7847ad7d28b36a1c3a1b
treee2add4f3cfe9d469cb7b86c48550db74f02564d1
parent8f0aa1f8836ebb3b6a6e12692ea55e768426964c
Make UncaughtExceptionCounter public

Summary: Make UncaughtExceptionCounter public by moving it from folly/detail to folly. I am adding a scope performance counter that works in a similar way to SCOPE_EXIT/SCOPE_ERROR and I need the UncaughtExceptionCounter functionality.

Reviewed By: yfeldblum, ericniebler

Differential Revision: D4342783

fbshipit-source-id: a1848e89cbb6340e2ac48adabf7bf76cece1b86d
folly/Makefile.am
folly/UncaughtExceptions.h [new file with mode: 0644]
folly/detail/UncaughtExceptionCounter.h
folly/test/Makefile.am
folly/test/UncaughtExceptionsTest.cpp [new file with mode: 0644]