| 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 |
no outgoing calls
no test coverage detected