UnsupportedMediaTypeException
- Full name:
\Qubus\Exception\Http\Client\UnsupportedMediaTypeException - Parent class:
\Qubus\Exception\Exception
Methods
__construct
public __construct(string $message = 'The server is refusing to service the request because the entity ' . 'of the request is in a format not supported by the requested resource for the requested method.', int $code = 415, ?\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: