Searched defs:recoverAndThrow (Results 1 – 4 of 4) sorted by relevance
12 internal actual suspend inline fun recoverAndThrow(exception: Throwable): Nothing = throw exception in recoverStackTrace() method
11 internal actual suspend inline fun recoverAndThrow(exception: Throwable): Nothing = throw exception in recoverStackTrace() method
36 internal expect suspend inline fun recoverAndThrow(exception: Throwable): Nothing in recoverStackTrace() method
151 internal actual suspend inline fun recoverAndThrow(exception: Throwable): Nothing { in recoverAndThrow() method