MCPcopy Create free account
hub / github.com/argotorg/solidity / unimplementedFeatureError

Method unimplementedFeatureError

liblangutil/ErrorReporter.cpp:280–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void ErrorReporter::unimplementedFeatureError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
281{
282 error(
283 _error,
284 Error::Type::UnimplementedFeatureError,
285 _location,
286 _description
287 );
288}
289
290void ErrorReporter::codeGenerationError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
291{

Calls

no outgoing calls

Tested by

no test coverage detected