Wallet Exception
open class WalletException(msg: String, val shortMsg: String? = null, val severity: ErrorSeverity = ErrorSeverity.Abnormal) : LibNexaException
Inheritors
Constructors
Link copied to clipboard
constructor(msg: String, shortMsg: String? = null, severity: ErrorSeverity = ErrorSeverity.Abnormal)