PHP 8.3.31
Preview: PostTooLargeException.php Size: 597 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Http/Exceptions/PostTooLargeException.php

<?php

namespace Illuminate\Http\Exceptions;

use Symfony\Component\HttpKernel\Exception\HttpException;
use Throwable;

class PostTooLargeException extends HttpException
{
    /**
     * Create a new "post too large" exception instance.
     *
     * @param  string  $message
     * @param  \Throwable|null  $previous
     * @param  array  $headers
     * @param  int  $code
     * @return void
     */
    public function __construct($message = '', ?Throwable $previous = null, array $headers = [], $code = 0)
    {
        parent::__construct(413, $message, $previous, $headers, $code);
    }
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
972 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download
597 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download
633 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).