JsException constructor

JsException(
  1. String message
)

Creates a JavaScript exception wrapper with a human-readable message.

Implementation

JsException(this.message);