www.gusucode.com > KPPW众包威客PHP开源建站系统 v3.0源码程序 > KPPW/vendor/illuminate/http/Exception/PostTooLargeException.php

    <?php

namespace Illuminate\Http\Exception;

use Exception;

class PostTooLargeException extends Exception
{
    //
}