class LogicException
Same name in this branch
- 11.1.x vendor/php-tuf/composer-stager/src/API/Exception/LogicException.php \PhpTuf\ComposerStager\API\Exception\LogicException
- 11.1.x vendor/symfony/mime/Exception/LogicException.php \Symfony\Component\Mime\Exception\LogicException
- 11.1.x vendor/symfony/serializer/Exception/LogicException.php \Symfony\Component\Serializer\Exception\LogicException
- 11.1.x vendor/symfony/mailer/Exception/LogicException.php \Symfony\Component\Mailer\Exception\LogicException
- 11.1.x vendor/symfony/validator/Exception/LogicException.php \Symfony\Component\Validator\Exception\LogicException
- 11.1.x vendor/symfony/routing/Exception/LogicException.php \Symfony\Component\Routing\Exception\LogicException
- 11.1.x vendor/symfony/process/Exception/LogicException.php \Symfony\Component\Process\Exception\LogicException
- 11.1.x vendor/symfony/var-exporter/Exception/LogicException.php \Symfony\Component\VarExporter\Exception\LogicException
- 11.1.x vendor/symfony/browser-kit/Exception/LogicException.php \Symfony\Component\BrowserKit\Exception\LogicException
- 11.1.x vendor/symfony/http-foundation/Exception/LogicException.php \Symfony\Component\HttpFoundation\Exception\LogicException
- 11.1.x vendor/symfony/dependency-injection/Exception/LogicException.php \Symfony\Component\DependencyInjection\Exception\LogicException
@author Jérôme Tamarelle <jerome@tamarelle.net>
Hierarchy
- class \Symfony\Component\Console\Exception\LogicException extends \Symfony\Component\Console\Exception\LogicException implements \Symfony\Component\Console\Exception\ExceptionInterface
- class \Symfony\Component\Console\Exception\LogicException extends \Symfony\Component\Console\Exception\LogicException implements \Symfony\Component\Console\Exception\ExceptionInterface
Expanded class hierarchy of LogicException
12 files declare their use of LogicException
- Application.php in vendor/
symfony/ console/ Application.php - Command.php in vendor/
symfony/ console/ Command/ Command.php - InputArgument.php in vendor/
composer/ composer/ src/ Composer/ Console/ Input/ InputArgument.php - InputArgument.php in vendor/
symfony/ console/ Input/ InputArgument.php - InputDefinition.php in vendor/
symfony/ console/ Input/ InputDefinition.php
File
-
vendor/
symfony/ console/ Exception/ LogicException.php, line 17
Namespace
Symfony\Component\Console\ExceptionView source
class LogicException extends \LogicException implements ExceptionInterface {
}