Get rid of circular dependency when including ExceptionWrapper.h from Conv.h
authorMarcus Holland-Moritz <mhx@fb.com>
Fri, 10 Jun 2016 06:40:54 +0000 (23:40 -0700)
committerFacebook Github Bot 4 <facebook-github-bot-4-bot@fb.com>
Fri, 10 Jun 2016 06:53:22 +0000 (23:53 -0700)
commit500f3598bb9e351b0aaf86a68c009ce8b815b979
treebf9cb8e2f12ddc8c89e777d9f60642f5a8003fff
parent1228a37d8cf34c689cbea7d00252a8dccf669de6
Get rid of circular dependency when including ExceptionWrapper.h from Conv.h

Summary:
This is needed in order to be able to use folly::Try<> with folly::to<> for
non-throwing conversions.

Reviewed By: meyering

Differential Revision: D3411003

fbshipit-source-id: 1f20e7871b9cedda2b35527dac70381579abd708
folly/ExceptionString.h [new file with mode: 0644]
folly/ExceptionWrapper.h
folly/Makefile.am
folly/String.h