MTException

data class MTException(val code: Int, val reason: String)

Constructors

constructor(code: Int, reason: String)

Properties