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

Method typeError

liblangutil/ErrorReporter.cpp:227–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void ErrorReporter::typeError(ErrorId _error, SourceLocation const& _location, SecondarySourceLocation const& _secondaryLocation, std::string const& _description)
228{
229 error(
230 _error,
231 Error::Type::TypeError,
232 _location,
233 _secondaryLocation,
234 _description
235 );
236}
237
238void ErrorReporter::typeError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
239{

Calls

no outgoing calls

Tested by

no test coverage detected