PHP Class Gdn_UserException, vanilla

Inheritance: extends Exception
Afficher le fichier Open project: vanilla/vanilla

Méthodes publiques

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

Method Details

__construct() public méthode

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.