shipping/vendor/symfony/routing/Exception/LogicException.php
2025-01-14 22:09:35 +01:00

17 lines
335 B
PHP

<?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;
class LogicException extends \LogicException
{
}