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