Searched defs:IOException (Results 1 – 2 of 2) sorted by relevance
11 struct IOException : std::runtime_error { struct13 const int code = 0;
13 IOException::IOException(int err, const std::string& msg) in IOException() function in mbgl::util::IOException