BrowserError constructor

BrowserError(
  1. String message
)

Create a new BrowserError. Normally the message would be the original js error converted to a string.

Implementation

BrowserError(this.message) : super();