Rename exception_wrapper::get_object to get_exception
authorYedidya Feldblum <yfeldblum@fb.com>
Tue, 6 Jun 2017 22:02:17 +0000 (15:02 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 6 Jun 2017 22:05:50 +0000 (15:05 -0700)
commit03c1142df9b0ddd450430b7aae70940c0d071ff6
tree1ccd5e0646873a112d63c96cd4839c71d3925f24
parent3396d608d04669425d91af30aec7cab030ab0ec2
Rename exception_wrapper::get_object to get_exception

Summary:
[Folly] Rename `exception_wrapper::get_object` to `get_exception`.

This will be a template overload of the existing non-template member `get_exception`, but it should just work.

Reviewed By: spacedentist

Differential Revision: D5180845

fbshipit-source-id: 28e16e039ec6a7939b38f217b4ad5c6bc803f515
folly/ExceptionWrapper-inl.h
folly/ExceptionWrapper.h
folly/test/ExceptionWrapperTest.cpp