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