Home
last modified time | relevance | path

Searched refs:addSuppressedExceptions (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt215 if (finalCause != null) addSuppressedExceptions(finalCause, exceptions) in <lambda>()
269 private fun addSuppressedExceptions(rootCause: Throwable, exceptions: List<Throwable>) { in <lambda>() method