PostTooLargeException.php 118 Bytes
<?php

namespace Illuminate\Http\Exception;

use Exception;

class PostTooLargeException extends Exception
{
    //
}