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

std::logic_error

Member Functions

Name

Description

DynamicParserLogicError [constructor]

Constructs the error by concatenating the given arguments into a message.

operator=

what [virtual]

Created with MrDocs