CancellationException
expect fun CancellationException(message: String?, cause: Throwable?): CancellationException(source)
Creates an instance of CancellationException with the given message and cause.
Since Kotlin
1.4Creates an instance of CancellationException with the given cause.
Since Kotlin
1.4actual inline fun CancellationException(message: String?, cause: Throwable?): CancellationException(source)