PHP Класс Gdn_UserException, vanilla

Наследование: extends Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $Message, $Code = 400, Exception $Previous = null ) Constructs the Gdn_ApplicationException.

Описание методов

__construct() публичный Метод

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.