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

Method fatalParserError

liblangutil/ParserBase.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void ParserBase::fatalParserError(ErrorId _error, std::string const& _description)
119{
120 fatalParserError(_error, currentLocation(), _description);
121}
122
123void ParserBase::fatalParserError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
124{

Callers 1

parsePragmaVersionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected