PHP Class Gdn_ErrorException, vanilla

This file is part of Garden. Garden is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Garden is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Garden. If not, see . Contact Vanilla Forums Inc. at support [at] vanillaforums [dot] com
Inheritance: extends ErrorException
显示文件 Open project: vanilla/vanilla

Protected Properties

Property Type Description
$_Context string

Public Methods

Method Description
__construct ( string $Message, integer $ErrorNumber, integer $File, string $Line, integer $Context )
getContext ( ) : integer | string

Method Details

__construct() public method

public __construct ( string $Message, integer $ErrorNumber, integer $File, string $Line, integer $Context )
$Message string
$ErrorNumber integer
$File integer
$Line string
$Context integer

getContext() public method

public getContext ( ) : integer | string
return integer | string

Property Details

$_Context protected_oe property

protected string $_Context
return string