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

Method fatalTypeError

liblangutil/ErrorReporter.cpp:249–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248
249void ErrorReporter::fatalTypeError(ErrorId _error, SourceLocation const& _location, SecondarySourceLocation const& _secondaryLocation, std::string const& _description)
250{
251 fatalError(
252 _error,
253 Error::Type::TypeError,
254 _location,
255 _secondaryLocation,
256 _description
257 );
258}
259
260void ErrorReporter::fatalTypeError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
261{

Callers 15

visitMethod · 0.80
endVisitMethod · 0.80
resolveOverloadsMethod · 0.80
visitMethod · 0.80
endVisitMethod · 0.80
evaluateMethod · 0.80
endVisitMethod · 0.80
checkHashCollisionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected