LogicException.php
Same filename in this branch
- 11.1.x vendor/php-tuf/composer-stager/src/API/Exception/LogicException.php
- 11.1.x vendor/symfony/mime/Exception/LogicException.php
- 11.1.x vendor/symfony/serializer/Exception/LogicException.php
- 11.1.x vendor/symfony/mailer/Exception/LogicException.php
- 11.1.x vendor/symfony/validator/Exception/LogicException.php
- 11.1.x vendor/symfony/routing/Exception/LogicException.php
- 11.1.x vendor/symfony/process/Exception/LogicException.php
- 11.1.x vendor/symfony/var-exporter/Exception/LogicException.php
- 11.1.x vendor/symfony/console/Exception/LogicException.php
- 11.1.x vendor/symfony/browser-kit/Exception/LogicException.php
- 11.1.x vendor/symfony/http-foundation/Exception/LogicException.php
Namespace
Symfony\Component\DependencyInjection\ExceptionFile
-
vendor/
symfony/ dependency-injection/ Exception/ LogicException.php
View source
<?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\DependencyInjection\Exception;
/**
* Base LogicException for Dependency Injection component.
*/
class LogicException extends \LogicException implements ExceptionInterface {
}
Classes
Title | Deprecated | Summary |
---|---|---|
LogicException | Base LogicException for Dependency Injection component. |