ReservedException

class ReservedException(str: String = "Reserved") : Exception

Exception representing a Reserved error

Constructors

Link copied to clipboard
constructor(str: String = "Reserved")

Properties

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