Package-level declarations

Types

Link copied to clipboard
class CryptographyException(val message: String, val rootCause: Throwable? = null)
Link copied to clipboard
class ProteusException(message: String?, val code: ProteusException.Code, val intCode: Int?, cause: Throwable? = null)