MountTargetNotFoundException

class MountTargetNotFoundException(message: String) : Exception

Occurs when the targeted html element is not present in document.

Parameters

message

exception message

Constructors

MountTargetNotFoundException
Link copied to clipboard
js
fun MountTargetNotFoundException(message: String)
exception message

Properties

cause
Link copied to clipboard
js
open val cause: Throwable?
message
Link copied to clipboard
js
open val message: String?