CloseException

class CloseException(message: String, throwable: Throwable) : Exception

Exception for handling errors with closing

Constructors

CloseException
Link copied to clipboard
js
fun CloseException(message: String, throwable: Throwable)

Properties

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