Flugg\Responder\Traits\ThrowsApiErrors::failedAuthorization PHP Méthode

failedAuthorization() protected méthode

Handle a failed authorization attempt.
protected failedAuthorization ( ) : void
Résultat void
    protected function failedAuthorization()
    {
        throw new UnauthorizedException();
    }