CancellationException

Common
fun CancellationException(message: String?, cause: Throwable?): CancellationException

Creates an instance of CancellationException with the given message and cause.

Since Kotlin

1.4
inline fun CancellationException(message: String?, cause: Throwable?): CancellationException
inline fun CancellationException(cause: Throwable?): CancellationException
Common
fun CancellationException(cause: Throwable?): CancellationException

Creates an instance of CancellationException with the given cause.

Since Kotlin

1.4