Home
last modified time | relevance | path

Searched refs:UnreachableException (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dutils.h47 class UnreachableException : public std::exception {
49 explicit UnreachableException(const char *msg) : msg_(msg) {} in UnreachableException() function
50 explicit UnreachableException(const std::string_view &msg) : msg_(msg) {} in UnreachableException() function