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