abort instead of throwing an exception on bad format strings
Summary: Errors that happen during format are almost always programmer error in the form of a bad format string. Abort instead of throwing in these cases. Test Plan: automated tests, added a couple new tests Reviewed By: tudorb@fb.com FB internal diff: D947470
Showing
Please register or sign in to comment