BrowserError constructor
BrowserError(
- String message
Create a new BrowserError. Normally the message would be the original js error converted to a string.
Implementation
BrowserError(this.message) : super();