Searched refs:UnreachableException (Results 1 – 1 of 1) sorted by relevance
47 class UnreachableException : public std::exception {49 explicit UnreachableException(const char *msg) : msg_(msg) {} in UnreachableException() function50 explicit UnreachableException(const std::string_view &msg) : msg_(msg) {} in UnreachableException() function