JsException constructor
JsException(
- String message
Creates a JavaScript exception wrapper with a human-readable message.
Implementation
JsException(this.message);
Creates a JavaScript exception wrapper with a human-readable message.
JsException(this.message);