CancellationException
fun CancellationException(
message: String?,
cause: Throwable?
): CancellationException
(Common source) (JVM source)
Creates an instance of CancellationException with the given message and cause.
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
fun CancellationException(
message: String?,
cause: Throwable?
): CancellationException
Creates an instance of CancellationException with the given message and cause.