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/console/Exception/LogicException.php \Symfony\Component\Console\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
Base LogicException for Dependency Injection component.
Hierarchy
- class \Symfony\Component\DependencyInjection\Exception\LogicException extends \Symfony\Component\DependencyInjection\Exception\LogicException implements \Symfony\Component\DependencyInjection\Exception\ExceptionInterface
- class \Symfony\Component\DependencyInjection\Exception\LogicException extends \Symfony\Component\DependencyInjection\Exception\LogicException implements \Symfony\Component\DependencyInjection\Exception\ExceptionInterface
Expanded class hierarchy of LogicException
21 files declare their use of LogicException
- AbstractRecursivePass.php in vendor/
symfony/ dependency-injection/ Compiler/ AbstractRecursivePass.php - AnalyzeServiceReferencesPass.php in vendor/
symfony/ dependency-injection/ Compiler/ AnalyzeServiceReferencesPass.php - AttributeAutoconfigurationPass.php in vendor/
symfony/ dependency-injection/ Compiler/ AttributeAutoconfigurationPass.php - Autowire.php in vendor/
symfony/ dependency-injection/ Attribute/ Autowire.php - AutowireCallable.php in vendor/
symfony/ dependency-injection/ Attribute/ AutowireCallable.php
File
-
vendor/
symfony/ dependency-injection/ Exception/ LogicException.php, line 17
Namespace
Symfony\Component\DependencyInjection\ExceptionView source
class LogicException extends \LogicException implements ExceptionInterface {
}