X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/symfony/http-foundation/Exception
home
/
prisjneg
/
public_html
/
vendor
/
symfony
/
http-foundation
/
Exception
/
📁
..
📄
BadRequestException.php
(450 B)
📄
ConflictingHeadersException.php
(526 B)
📄
JsonException.php
(528 B)
📄
RequestExceptionInterface.php
(484 B)
📄
SessionNotFoundException.php
(843 B)
📄
SuspiciousOperationException.php
(528 B)
📄
UnexpectedValueException.php
(362 B)
Editing: BadRequestException.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpFoundation\Exception; /** * Raised when a user sends a malformed request. */ class BadRequestException extends UnexpectedValueException implements RequestExceptionInterface { }
Upload File
Create Folder