MCPcopy Create free account
hub / github.com/apache/trafficserver / ParserException

Function ParserException

lib/yamlcpp/include/yaml-cpp/exceptions.h:182–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 ParserException(const Mark& mark_, const std::string& msg_)
181 : Exception(mark_, msg_) {}
182 ParserException(const ParserException&) = default;
183 ~ParserException() YAML_CPP_NOEXCEPT override;
184};
185

Callers 15

ParseHexFunction · 0.85
EscapeFunction · 0.85
HandleBlockSequenceMethod · 0.85
HandleFlowSequenceMethod · 0.85
HandleBlockMapMethod · 0.85
HandleFlowMapMethod · 0.85
ParseTagMethod · 0.85
ParseAnchorMethod · 0.85
LookupAnchorMethod · 0.85
ScanNextTokenMethod · 0.85
ThrowParserExceptionMethod · 0.85
ScanFlowEndMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected