PHP 클래스 Flugg\Responder\Exceptions\Http\UnauthenticatedException

저자: Alexander Tømmerås ([email protected])
상속: extends ApiException
파일 보기 프로젝트 열기: flugger/laravel-responder

보호된 프로퍼티들

프로퍼티 타입 설명
$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