/
opt
/
alt
/
php55
/
usr
/
share
/
pear
/
Symfony
/
Component
/
HttpKernel
/
Exception
/
/opt/alt/php55/usr/share/pear/Symfony/Component/HttpKernel/Exception
mkdir
upload
Name
Size
Mode
Actions
AccessDeniedHttpException.php
885
0644
edit
dl
rm
BadRequestHttpException.php
831
0644
edit
dl
rm
ConflictHttpException.php
827
0644
edit
dl
rm
FatalErrorException.php
639
0644
edit
dl
rm
FlattenException.php
734
0644
edit
dl
rm
GoneHttpException.php
819
0644
edit
dl
rm
HttpException.php
929
0644
edit
dl
rm
HttpExceptionInterface.php
695
0644
edit
dl
rm
LengthRequiredHttpException.php
839
0644
edit
dl
rm
MethodNotAllowedHttpException.php
994
0644
edit
dl
rm
NotAcceptableHttpException.php
837
0644
edit
dl
rm
NotFoundHttpException.php
831
0644
edit
dl
rm
PreconditionFailedHttpException.php
847
0644
edit
dl
rm
PreconditionRequiredHttpException.php
894
0644
edit
dl
rm
ServiceUnavailableHttpException.php
1112
0644
edit
dl
rm
TooManyRequestsHttpException.php
1161
0644
edit
dl
rm
UnauthorizedHttpException.php
979
0644
edit
dl
rm
UnsupportedMediaTypeHttpException.php
851
0644
edit
dl
rm
Edit:
/opt/alt/php55/usr/share/pear/Symfony/Component/HttpKernel/Exception/FlattenException.php
(734B)
<?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\HttpKernel\Exception; use Symfony\Component\Debug\Exception\FlattenException as DebugFlattenException; /** * FlattenException wraps a PHP Exception to be able to serialize it. * * Basically, this class removes all objects from the trace. * * @author Fabien Potencier <fabien@symfony.com> * * @deprecated Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead. */ class FlattenException extends DebugFlattenException { }
Save
cmd:
run