Searched refs:createCauseException (Results 1 – 1 of 1) sorted by relevance
692 val proposedUpdate = CompletedExceptionally(createCauseException(cause)) in <lambda>()715 private fun createCauseException(cause: Any?): Throwable = when (cause) { in <lambda>() method738 …val causeException = causeExceptionCache ?: createCauseException(cause).also { causeExceptionCache… in <lambda>()749 …val causeException = causeExceptionCache ?: createCauseException(cause).also { causeExceptionCache… in <lambda>()