PHP Класс Neos\Flow\Exception

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

Защищенные свойства (Protected)

Свойство Тип Описание
$referenceCode string
$statusCode integer

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

Метод Описание
getReferenceCode ( ) : string Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
getStatusCode ( ) : integer Returns the HTTP status code this exception corresponds to (defaults to 500).

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

getReferenceCode() публичный метод

Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
public getReferenceCode ( ) : string
Результат string

getStatusCode() публичный метод

Returns the HTTP status code this exception corresponds to (defaults to 500).
public getStatusCode ( ) : integer
Результат integer

Описание свойств

$referenceCode защищенное свойство

protected string $referenceCode
Результат string

$statusCode защищенное свойство

protected int $statusCode
Результат integer