CancellationException
fun CancellationException(
message: String?,
cause: Throwable?
): CancellationException
Creates an instance of CancellationException with the given message and cause.
fun CancellationException(
cause: Throwable?
): CancellationException
Creates an instance of CancellationException with the given cause.