Searched refs:NotFoundException (Results 1 – 2 of 2) sorted by relevance
33 struct NotFoundException : Exception { struct34 NotFoundException(const char *msg) : Exception(msg) {} in NotFoundException() argument35 NotFoundException(const std::string &msg) : Exception(msg) {} in NotFoundException() function
66 } catch (const mbgl::util::NotFoundException& e) { in onDidFailLoadingMap()