revert D1471958. ParseError is not intended to be caught
authorRanjeeth Dasineni <ranjeeth@fb.com>
Wed, 18 Feb 2015 09:24:34 +0000 (01:24 -0800)
committerAlecs King <int@fb.com>
Tue, 3 Mar 2015 03:26:17 +0000 (19:26 -0800)
commitd80b76c761f11142527175473aa70625b6413a04
tree379d63bf3785fe53f49f2a66bdc6e799f9d0822b
parentfc6f0a5fcaf2f3a08395d73e8cef955b00fe7c5d
revert D1471958. ParseError is not intended to be caught

Summary:
a couple of files were catching this exception and included the .cpp file :O. So we moved
to .h before realizing this was not intended to be caught. reverting the move to .h. codemod will follow.

Test Plan: fbmake -r folly && fbmake && fbmake runtests

Reviewed By: delong.j@fb.com

Subscribers: trunkagent, doug, seanc, folly-diffs@, yfeldblum

FB internal diff: D1854301

Tasks: 6245781

Signature: t1:1854301:1424375745:7e226196315fac99835752896cc5e549e91df2da
folly/json.cpp
folly/json.h