W3cubDocs

/Laravel 8

PostTooLargeException

class PostTooLargeException extends HttpException (View source)

Methods

void __construct(string|null $message = null, Throwable $previous = null, array $headers = [], int $code = 0)

Create a new "post too large" exception instance.

Details

void __construct(string|null $message = null, Throwable $previous = null, array $headers = [], int $code = 0)

Create a new "post too large" exception instance.

Parameters

string|null $message
Throwable $previous
array $headers
int $code

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Http/Exceptions/PostTooLargeException.html