RaiseCancellationException

actual sealed class RaiseCancellationException : <ERROR CLASS> ERROR CLASS: Symbol not found for CancellationException

RaiseCancellationException is a delicate api, and should be used with care. It drives the short-circuiting behavior of Raise.

Properties

cause
Link copied to clipboard
expect open val cause: Throwable?
open val cause: Throwable?
expect open val cause: Throwable?
message
Link copied to clipboard
expect open val message: String?
open val message: String?
expect open val message: String?

Functions

Link copied to clipboard

Returns the Throwable if NonFatal and throws it otherwise.

Link copied to clipboard
open override fun toString(): String