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

Method error

src/laybasic/laybasic/gtf.cc:1903–1907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1901}
1902
1903bool
1904GtfXmlHandler::error (const QXmlParseException &ex)
1905{
1906 throw tl::XMLLocatedException (tl::to_string (ex.message ()), ex.lineNumber (), ex.columnNumber ());
1907}
1908
1909bool
1910GtfXmlHandler::fatalError (const std::string &msg)

Callers 1

extract_baseFunction · 0.45

Calls 4

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

Tested by

no test coverage detected