MCPcopy Create free account
hub / github.com/DFHack/dfhack / SymbolsXmlBadAttribute

Method SymbolsXmlBadAttribute

library/Error.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

safe_strFunction · 0.85

Tested by

no test coverage detected