BadRequestException
- Full name:
\Qubus\Exception\Http\Client\BadRequestException - Parent class:
\Qubus\Exception\Exception
Methods
__construct
public __construct(string $message = 'The request could not be understood by the server due to malformed syntax. ' . 'The client should not repeat the request without modifications.', int $code = 400, ?\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: