| 32 | {} |
| 33 | |
| 34 | SymbolsXmlBadAttribute::SymbolsXmlBadAttribute(const char *attr) |
| 35 | :AllSymbols("attribute is either missing or invalid: " + safe_str(attr)), |
| 36 | attr(safe_str(attr)) |
| 37 | {} |
| 38 | |
| 39 | SymbolsXmlNoRoot::SymbolsXmlNoRoot() |
| 40 | :AllSymbols("no root element") |
nothing calls this directly
no test coverage detected