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/symfony/mime/Exception/LogicException.php
  2. 11.1.x vendor/symfony/serializer/Exception/LogicException.php
  3. 11.1.x vendor/symfony/mailer/Exception/LogicException.php
  4. 11.1.x vendor/symfony/validator/Exception/LogicException.php
  5. 11.1.x vendor/symfony/routing/Exception/LogicException.php
  6. 11.1.x vendor/symfony/process/Exception/LogicException.php
  7. 11.1.x vendor/symfony/var-exporter/Exception/LogicException.php
  8. 11.1.x vendor/symfony/console/Exception/LogicException.php
  9. 11.1.x vendor/symfony/browser-kit/Exception/LogicException.php
  10. 11.1.x vendor/symfony/http-foundation/Exception/LogicException.php
  11. 11.1.x vendor/symfony/dependency-injection/Exception/LogicException.php

Namespace

PhpTuf\ComposerStager\API\Exception

File

vendor/php-tuf/composer-stager/src/API/Exception/LogicException.php

View source
<?php

declare (strict_types=1);
namespace PhpTuf\ComposerStager\API\Exception;

use LogicException as PHPLogicException;

/**
 * This exception represents an error in the program logic and should lead to a fix in your code.
 *
 * @package Exception
 *
 * @api This class is subject to our backward compatibility promise and may be safely depended upon.
 */
class LogicException extends PHPLogicException implements ExceptionInterface {
    use TranslatableExceptionTrait;

}

Classes

Title Deprecated Summary
LogicException This exception represents an error in the program logic and should lead to a fix in your code.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal