Home
last modified time | relevance | path

Searched defs:StyleLoadException (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dexception.hpp28 struct StyleLoadException : Exception { struct
29 StyleLoadException(const char *msg) : Exception(msg) {} in StyleLoadException() function
30 StyleLoadException(const std::string &msg) : Exception(msg) {} in StyleLoadException() function