Searched refs:exceptionStrings (Results 1 – 1 of 1) sorted by relevance
63 const std::unordered_map<int32_t, std::string> exceptionStrings{{ in exceptionToString() local76 auto it = exceptionStrings.find(ex); in exceptionToString()77 return it == exceptionStrings.end() ? std::to_string(ex) : it->second; in exceptionToString()