function __construct() { parent::__construct("noexchurl", "No URL to make requests to specified"); }
function __construct($filename, $range = AEX_RANGE_TASK, $advice = AEX_ADVICE_CLOSE) { parent::__construct("cantwritefile", "Could not write file: " . $filename); $this->range = $range; $this->advice = $advice; }
function __construct($error) { parent::__construct("loginerror", "Login error: " . $error); }