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

Function INVALID_NODE_WITH_KEY

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

Source from the content-addressed store, hash-verified

141}
142
143inline const std::string INVALID_NODE_WITH_KEY(const std::string& key) {
144 std::stringstream stream;
145 if (key.empty()) {
146 return INVALID_NODE;
147 }
148 stream << "invalid node; first invalid key: \"" << key << "\"";
149 return stream.str();
150}
151} // namespace ErrorMsg
152
153class YAML_CPP_API Exception : public std::runtime_error {

Callers 1

exceptions.hFile · 0.85

Calls 2

emptyMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected