View file vendor/illuminate/http/Exception/PostTooLargeException.php

File size: 118B
<?php

namespace Illuminate\Http\Exception;

use Exception;

class PostTooLargeException extends Exception
{
    //
}