Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

LogicException.php

Same filename in this branch
  1. 11.1.x vendor/php-tuf/composer-stager/src/API/Exception/LogicException.php
  2. 11.1.x vendor/symfony/mime/Exception/LogicException.php
  3. 11.1.x vendor/symfony/serializer/Exception/LogicException.php
  4. 11.1.x vendor/symfony/mailer/Exception/LogicException.php
  5. 11.1.x vendor/symfony/validator/Exception/LogicException.php
  6. 11.1.x vendor/symfony/routing/Exception/LogicException.php
  7. 11.1.x vendor/symfony/process/Exception/LogicException.php
  8. 11.1.x vendor/symfony/var-exporter/Exception/LogicException.php
  9. 11.1.x vendor/symfony/console/Exception/LogicException.php
  10. 11.1.x vendor/symfony/browser-kit/Exception/LogicException.php
  11. 11.1.x vendor/symfony/http-foundation/Exception/LogicException.php

Namespace

Symfony\Component\DependencyInjection\Exception

File

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.
RSS feed
Powered by Drupal