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