Home
last modified time | relevance | path

Searched defs:MisuseException (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.hpp18 struct MisuseException : Exception { struct
19 MisuseException(const char *msg) : Exception(msg) {} in MisuseException() function
20 MisuseException(const std::string &msg) : Exception(msg) {} in MisuseException() function