fritz2
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
fritz2
core
/
dev.fritz2.remote
/
CloseException
Close
Exception
js
class
CloseException
(
message
:
String
,
throwable
:
Throwable
)
:
Exception
Exception
for handling errors with closing
Members
Constructors
Close
Exception
Link copied to clipboard
js
constructor
(
message
:
String
,
throwable
:
Throwable
)
Properties
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
message
Link copied to clipboard
js
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String