Copied!

UnauthorizedException

UnauthorizedException.php : 14
Final

This Exception is thrown if the user has is not allowed to perform a service operation.

Methods

public__construct()

UnauthorizedException.php : 16
public __construct([string $message = '' ][, int $code = 401 ][, Throwable|null $previous = null ])

Parameters

Name Type Default value Description
$message string '' -
$code int 401 -
$previous Throwable|null null -