Searched defs:NotFoundException (Results 1 – 1 of 1) sorted by relevance
33 struct NotFoundException : Exception { struct34 NotFoundException(const char *msg) : Exception(msg) {} in NotFoundException() function35 NotFoundException(const std::string &msg) : Exception(msg) {} in NotFoundException() function