fritz2
js
core
/
dev.fritz2.core
/
MountTargetNotFoundException
Mount
Target
Not
Found
Exception
js
class
MountTargetNotFoundException
(
message
:
String
)
:
Exception
Occurs when the targeted html element is not present in document.
Constructors
Properties
Parameters
Parameters
js
message
exception message
Constructors
Mount
Target
Not
Found
Exception
Link copied to clipboard
js
fun
MountTargetNotFoundException
(
message
:
String
)
Properties
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
message
Link copied to clipboard
js
open
val
message
:
String
?