Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class InternalErrorException(throwable: Throwable? = null, message: String) : InternalException
Link copied to clipboard
open class InternalException(val code: String, val uid: String? = null, val messageWithoutUid: String = "", cause: Throwable? = null) : RuntimeException
Link copied to clipboard
Link copied to clipboard
class InvalidTokenException(message: String, cause: Throwable? = null) : InternalException
Link copied to clipboard