MustValidateCodeException

class MustValidateCodeException(str: String = "Must Validate Code") : Exception

Exception representing a Must Validate Code error

Constructors

Link copied to clipboard
constructor(str: String = "Must Validate Code")

Properties

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