/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/AssetMapper/Exception/LogicException.php
16 строк
369 B
Ryan Weaver
[AssetMapper] Add a "package specifier" to importmap in case import name != package+path
16 окт 2023, 23:18
16 окт 2023, 23:18
c80a1ab
Код
Авторство
О чём код?
<?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\AssetMapper\Exception; class LogicException extends \LogicException implements ExceptionInterface { }