Searched defs:StyleLoadException (Results 1 – 1 of 1) sorted by relevance
28 struct StyleLoadException : Exception { struct29 StyleLoadException(const char *msg) : Exception(msg) {} in StyleLoadException() function30 StyleLoadException(const std::string &msg) : Exception(msg) {} in StyleLoadException() argument