InternalException

class InternalException(val code: Int) : Exception

Constructors

Link copied to clipboard
constructor(code: Int)

Properties

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