Home
last modified time | relevance | path

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

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DRootForTest.kt112 interface UncaughtExceptionHandler { interface
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DUncaughtExceptionHandler.kt44 internal class UncaughtExceptionHandler(private val delegate: CoroutineExceptionHandler? = null) : class