When DynamicParser is used incorrectly, it will throw this exception instead of reporting an error via releaseErrors(). It is unsafe to call any parser methods after catching a LogicError.
Synopsis
Declared in <folly/json/DynamicParser.h>
struct DynamicParserLogicError
: std::logic_error
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
|
Constructs the error by concatenating the given arguments into a message. |
|
Created with MrDocs