Laravel
Release notes
Upgrade Guide
Contribution Guide
class
Illuminate
/
Http
/
Exceptions
/
PostTooLargeException
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
On this page
On this page
Methods
__construct