Home
last modified time | relevance | path

Searched defs:StyleParseException (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.hpp23 struct StyleParseException : Exception { struct
24 StyleParseException(const char *msg) : Exception(msg) {} in StyleParseException() argument
25 StyleParseException(const std::string &msg) : Exception(msg) {} in StyleParseException() function