class Illuminate / Http / Exceptions / PostTooLargeException
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

PostTooLargeException

Extends

    Symfony\...\HttpException

Methods

public

__construct ( $message , Throwable $previous , array $headers , $code ) : void

Create a new "post too large" exception instance.

Parameters

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