Searched defs:handleException (Results 1 – 2 of 2) sorted by relevance
| /compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/ | ||
| D | UncaughtExceptionHandler.kt | 49 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/ | ||
| D | Effects.kt | 301 override fun handleException(context: CoroutineContext, exception: Throwable) { in handleException() method in androidx.compose.runtime.LaunchedEffectImpl |