AlreadyClosedException

This exception is thrown when there is an attempt to access something that has already been closed.

Constructors

Link copied to clipboard
constructor(message: String?)
constructor(message: String?, 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