Searched refs:exceptionString (Results 1 – 1 of 1) sorted by relevance
466 std::string_view exceptionString = currentException->GetClass()->GetDescriptor(); in FindClass() local467 if (exceptionString == panda_file_items::class_descriptors::CLASS_NOT_FOUND_EXCEPTION) { in FindClass()