UnauthorizedException
- Full name:
\Qubus\Exception\Http\Client\UnauthorizedException - Parent class:
\Qubus\Exception\Exception
Methods
__construct
public __construct(string $message = 'The request requires user authentication.', int $code = 401, ?\Throwable $previous = null): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$message | string | |
$code | int | |
$previous | ?\Throwable |
Inherited methods
__construct
Parameters:
| Parameter | Type | Description |
|---|---|---|
$message | ?string | |
$code | int | |
$previous | ?\Throwable |
Throws: