public BrowserException(message as String = "", statusCode as Int = 0):
Creates a browser exception.
| Parameter | Description |
|---|---|
message | Human-readable failure description. |
statusCode | HTTP status code when available. |
throw BrowserException("HTTP resource not found", 404)