IOError

open class IOError(cause: Throwable) : Error

Port of java.io.IOError.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

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

Functions

Link copied to clipboard