<?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. */namespaceSymfony\Component\Cache\Exception;usePsr\Cache\CacheExceptionasPsr6CacheInterface;usePsr\SimpleCache\CacheExceptionasSimpleCacheInterface;if(interface_exists(SimpleCacheInterface::class)){classLogicExceptionextends\LogicExceptionimplementsPsr6CacheInterface,SimpleCacheInterface{}}else{classLogicExceptionextends\LogicExceptionimplementsPsr6CacheInterface{}}