UnprocessableEntityHttpException
- Full name:
\Qubus\Exception\Http\UnprocessableEntityHttpException - Parent class:
\Qubus\Exception\Http\HttpException
Methods
__construct
public __construct(\Psr\Http\Message\UriInterface|string|null $uri = null, string $message = 'Unprocessable Entity', ?\Throwable $previous = null): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$uri | \Psr\Http\Message\UriInterface|string|null | |
$message | string | |
$previous | ?\Throwable |
Inherited methods
__construct
public __construct(\Psr\Http\Message\UriInterface|string|null $uri = null, string $message = '', mixed $code = 0, ?\Throwable $previous = null): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$uri | \Psr\Http\Message\UriInterface|string|null | |
$message | string | |
$code | mixed | |
$previous | ?\Throwable |
getUri
Return the uri to redirect to.