Skip to content

RequestEntityTooLargeException


Methods

__construct

public __construct(string $message = 'The server is refusing to process a request because the message is ' . 'larger than the server is willing or able to process.', int $code = 413, ?\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