Skip to content

UnsupportedMediaTypeException


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

public __construct(?string $message = '', int $code = 0, ?\Throwable $previous = null): mixed

Parameters:

Parameter Type Description
$message ?string
$code int
$previous ?\Throwable

Throws:


__toString

public __toString(): string