MCPcopy Create free account
hub / github.com/KLayout/klayout / fatalError

Method fatalError

src/laybasic/laybasic/gtf.cc:1909–1913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1907}
1908
1909bool
1910GtfXmlHandler::fatalError (const std::string &msg)
1911{
1912 throw tl::XMLLocatedException (msg.c_str (), mp_locator->lineNumber (), mp_locator->columnNumber ());
1913}
1914
1915bool
1916GtfXmlHandler::fatalError (const QXmlParseException &ex)

Callers

nothing calls this directly

Calls 5

to_stringFunction · 0.50
c_strMethod · 0.45
lineNumberMethod · 0.45
columnNumberMethod · 0.45
messageMethod · 0.45

Tested by

no test coverage detected