InternalException

class InternalException(val code: Int) : Exception

Exception representing an Internal error

Constructors

Link copied to clipboard
constructor(code: Int)

Properties

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