/
home
/
u417168693
/
domains
/
devtechera.com
/
public_html
/
system
/
HTTP
/
Exceptions
/
/home/u417168693/domains/devtechera.com/public_html/system/HTTP/Exceptions
mkdir
upload
Name
Size
Mode
Actions
BadRequestException.php
638
0644
edit
dl
rm
HTTPException.php
5452
0644
edit
dl
rm
RedirectException.php
2600
0644
edit
dl
rm
Edit:
/home/u417168693/domains/devtechera.com/public_html/system/HTTP/Exceptions/BadRequestException.php
(638B)
<?php declare(strict_types=1); /** * This file is part of CodeIgniter 4 framework. * * (c) CodeIgniter Foundation <admin@codeigniter.com> * * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ namespace CodeIgniter\HTTP\Exceptions; use CodeIgniter\Exceptions\HTTPExceptionInterface; use RuntimeException; /** * 400 Bad Request */ class BadRequestException extends RuntimeException implements HTTPExceptionInterface { /** * HTTP status code for Bad Request * * @var int */ protected $code = 400; // @phpstan-ignore-line }
Save
cmd:
run