proxygen
|
#include <DynamicParser.h>
Public Member Functions | |
template<typename... Args> | |
DynamicParserLogicError (Args &&...args) | |
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.
Definition at line 223 of file DynamicParser.h.
|
inlineexplicit |
Definition at line 225 of file DynamicParser.h.