Searched refs:StyleLoadException (Results 1 – 3 of 3) sorted by relevance
28 struct StyleLoadException : Exception { struct29 StyleLoadException(const char *msg) : Exception(msg) {} in StyleLoadException() argument30 StyleLoadException(const std::string &msg) : Exception(msg) {} in StyleLoadException() function
63 } catch (const mbgl::util::StyleLoadException& e) { in onDidFailLoadingMap()
66 observer->onStyleError(std::make_exception_ptr(util::StyleLoadException(message))); in loadURL()