Home
last modified time | relevance | path

Searched defs:NotFoundException (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.hpp33 struct NotFoundException : Exception { struct
34 NotFoundException(const char *msg) : Exception(msg) {} in NotFoundException() function
35 NotFoundException(const std::string &msg) : Exception(msg) {} in NotFoundException() function