PHP Класс Backend\Core\Engine\Exception

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

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

Метод Описание
__construct ( string $message, integer $code )

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

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

public __construct ( string $message, integer $code )
$message string The message of the exception.
$code integer The numeric code of the exception.