EOFException

expect open class EOFException(message: String?) : IOException

Constructors

Link copied to clipboard
expect constructor()
expect constructor(message: String?)

Inherited properties

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