LogicException.php
Same filename in this branch
- 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
- 11.1.x vendor/symfony/dependency-injection/Exception/LogicException.php
Namespace
PhpTuf\ComposerStager\API\ExceptionFile
-
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. |