Move Thrower into exception_wrapper
Summary: [Folly] Move `Thrower` into `exception_wrapper`. It is only used by `exception_wrapper`, so it might as well be a member type. Also, make it private. That means we need to tweak `try_and_catch`. Since we are tweaking `try_and_catch`, tweak all similar cases. Reviewed By: luciang Differential Revision: D4361815 fbshipit-source-id: c5025894465a2c7760bd79dbbd272079fd34dd79
Showing
Please register or sign in to comment