Error

class Error(message: String) : IllegalStateException

An error used for describing errors when validating the token.

Constructors

Link copied to clipboard
fun Error(message: String)