kmp-kvs-storage
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-kvs-storage
kvs-core
/
com.santimattius.kvs
/
KvsException
Kvs
Exception
abstract
class
KvsException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Throwable
Inheritors
ReadKvsException
WriteKvsException
GetAllKvsException
Members
Constructors
Kvs
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?