kotlinx.coroutines
1.6.4-SNAPSHOT
common
jvm
kotlinx-coroutines-core
/
kotlinx.coroutines
/
CancellationException
Cancellation
Exception
common
jvm
expect
fun
CancellationException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
CancellationException
actual
fun
CancellationException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
CancellationException
Creates a cancellation exception with a specified message and
cause
.
Sources
common source
Link copied to clipboard
jvm source
Link copied to clipboard