kalium
common
cryptography
/
com.wire.kalium.cryptography.exceptions
/
CryptographyException
Cryptography
Exception
class
CryptographyException
(
val
message
:
String
,
val
rootCause
:
Throwable
?
=
null
)
Members
Constructors
Cryptography
Exception
Link copied to clipboard
constructor
(
message
:
String
,
rootCause
:
Throwable
?
=
null
)
Properties
message
Link copied to clipboard
open
val
message
:
String
root
Cause
Link copied to clipboard
val
rootCause
:
Throwable
?
=
null