fritz2
js
core
/
dev.fritz2.remote
/
SendException
Send
Exception
js
class
SendException
(
message
:
String
)
:
Exception
Exception
for handling errors with sending
Constructors
Properties
Constructors
Send
Exception
Link copied to clipboard
js
fun
SendException
(
message
:
String
)
Properties
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
message
Link copied to clipboard
js
open
val
message
:
String
?