Файл vendor/symfony/routing/Exception/ExceptionInterface.php Вес запакованого файла 279b (279 b) Вес распакованого файла: 430b (430 b) Метод сжатия: 8
<?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\Routing\Exception;
/**
* ExceptionInterface.
*
* @author Alexandre Salomé <alexandre.salome@gmail.com>
*/
interface ExceptionInterface extends \Throwable
{
}