View file vendor/illuminate/http/Exception/PostTooLargeException.php
<?php namespace Illuminate\Http\Exception; use Exception; class PostTooLargeException extends Exception { // }
<?php namespace Illuminate\Http\Exception; use Exception; class PostTooLargeException extends Exception { // }