Searched defs:StyleParseException (Results 1 – 1 of 1) sorted by relevance
23 struct StyleParseException : Exception { struct24 StyleParseException(const char *msg) : Exception(msg) {} in StyleParseException() function25 StyleParseException(const std::string &msg) : Exception(msg) {} in StyleParseException() argument