PHP Class Flugg\Responder\Exceptions\Http\UnauthenticatedException

Author: Alexander Tømmerås ([email protected])
Inheritance: extends ApiException
Datei anzeigen Open project: flugger/laravel-responder

Protected Properties

Property Type Description
$errorCode string The error code used for API responses.
$statusCode integer The HTTP status code.

Property Details

$errorCode protected_oe property

The error code used for API responses.
protected string $errorCode
return string

$statusCode protected_oe property

The HTTP status code.
protected int $statusCode
return integer