| 263 | BadSubscript(const Mark& mark_, const Key& key) |
| 264 | : RepresentationException(mark_, ErrorMsg::BAD_SUBSCRIPT_WITH_KEY(key)) {} |
| 265 | BadSubscript(const BadSubscript&) = default; |
| 266 | ~BadSubscript() YAML_CPP_NOEXCEPT override; |
| 267 | }; |
| 268 |
no outgoing calls
no test coverage detected