| 268 | } |
| 269 | |
| 270 | void ErrorReporter::docstringParsingError(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 271 | { |
| 272 | error( |
| 273 | _error, |
| 274 | Error::Type::DocstringParsingError, |
| 275 | _location, |
| 276 | _description |
| 277 | ); |
| 278 | } |
| 279 | |
| 280 | void ErrorReporter::unimplementedFeatureError(ErrorId _error, SourceLocation const& _location, std::string const& _description) |
| 281 | { |
no outgoing calls
no test coverage detected