klyn.gui.windows.browser.BrowserException.BrowserException
constructor
public BrowserException(message as String = "", statusCode as Int = 0):
Description

Creates a browser exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
statusCodeHTTP status code when available.
Example
throw BrowserException("HTTP resource not found", 404)