Home
last modified time | relevance | path

Searched defs:ErrorCatching (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/test-utils/common/src/
H A DTestBase.common.kt102 interface ErrorCatching { interface
166 fun ErrorCatching.error(message: Any, cause: Throwable? = null): Nothing { in ErrorCatching() method