Searched refs:MisuseException (Results 1 – 2 of 2) sorted by relevance
18 struct MisuseException : Exception { struct19 MisuseException(const char *msg) : Exception(msg) {} in MisuseException() function20 MisuseException(const std::string &msg) : Exception(msg) {} in MisuseException() argument
153 …callback(std::make_exception_ptr(util::MisuseException("Map is not in static or tile image render … in renderStill()158 … callback(std::make_exception_ptr(util::MisuseException("Map is currently rendering an image"))); in renderStill()