ImplementationError

class ImplementationError(message: String? = null) : Throwable(source)

Constructors

Link copied to clipboard
constructor(message: String? = null)

Properties

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

Functions

Link copied to clipboard
actual inline fun Throwable.safeThrow(): Throwable
expect inline fun Throwable.safeThrow(): Throwable
actual inline fun Throwable.safeThrow(): Throwable