PHP Класс Flugg\Responder\Exceptions\Http\UnauthorizedException

Автор: Alexander Tømmerås ([email protected])
Наследование: extends ApiException
Показать файл Открыть проект

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

Свойство Тип Описание
$errorCode string The error code used for API responses.
$statusCode integer The HTTP status code.

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

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

The error code used for API responses.
protected string $errorCode
Результат string

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

The HTTP status code.
protected int $statusCode
Результат integer