Home
last modified time | relevance | path

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

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DUncaughtExceptionHandler.kt49 override fun handleException(context: CoroutineContext, exception: Throwable) { in handleException() method in androidx.compose.ui.test.UncaughtExceptionHandler
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DEffects.kt301 override fun handleException(context: CoroutineContext, exception: Throwable) { in handleException() method in androidx.compose.runtime.LaunchedEffectImpl