PHP Class Gdn_UserException, vanilla

Inheritance: extends Exception
显示文件 Open project: vanilla/vanilla

Public Methods

Method Description
__construct ( string $Message, $Code = 400, Exception $Previous = null ) Constructs the Gdn_ApplicationException.

Method Details

__construct() public method

Constructs the Gdn_ApplicationException.
public __construct ( string $Message, $Code = 400, Exception $Previous = null )
$Message string A user readable message for the exception.
$Previous Exception The previous exception used for exception chaining.