MCPcopy Create free account
hub / github.com/assimp/assimp / SyntaxError

Method SyntaxError

code/AssetLib/STEPParser/STEPFileReader.cpp:72–74  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

70
71// ------------------------------------------------------------------------------------------------
72STEP::SyntaxError::SyntaxError (const std::string& s,uint64_t line) : DeadlyImportError(AddLineNumber(s,line)) {
73 // empty
74}
75
76// ------------------------------------------------------------------------------------------------
77STEP::TypeError::TypeError (const std::string& s,uint64_t entity, uint64_t line) : DeadlyImportError(AddLineNumber(AddEntityID(s,entity),line)) {

Callers

nothing calls this directly

Calls 1

AddLineNumberFunction · 0.85

Tested by

no test coverage detected