class LogicException in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/process/Exception/LogicException.php \Symfony\Component\Process\Exception\LogicException
- 8 vendor/symfony/dependency-injection/Exception/LogicException.php \Symfony\Component\DependencyInjection\Exception\LogicException
- 8 vendor/symfony/serializer/Exception/LogicException.php \Symfony\Component\Serializer\Exception\LogicException
- 8 vendor/zendframework/zend-stdlib/src/Exception/LogicException.php \Zend\Stdlib\Exception\LogicException
- 8 vendor/zendframework/zend-hydrator/src/Exception/LogicException.php \Zend\Hydrator\Exception\LogicException
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Exception/LogicException.php \Symfony\Component\DependencyInjection\Exception\LogicException
Base LogicException for Dependency Injection component.
Hierarchy
- class \Symfony\Component\DependencyInjection\Exception\LogicException implements ExceptionInterface
- class \Symfony\Component\DependencyInjection\Exception\LogicException implements ExceptionInterface
Expanded class hierarchy of LogicException
15 files declare their use of LogicException
- Container.php in core/
lib/ Drupal/ Component/ DependencyInjection/ Container.php - Contains \Drupal\Component\DependencyInjection\Container.
- ContainerBuilder.php in vendor/
symfony/ dependency-injection/ ContainerBuilder.php - ContainerTest.php in core/
tests/ Drupal/ Tests/ Component/ DependencyInjection/ ContainerTest.php - Contains \Drupal\Tests\Component\DependencyInjection\ContainerTest.
- FrozenParameterBag.php in vendor/
symfony/ dependency-injection/ ParameterBag/ FrozenParameterBag.php - ParameterBagInterface.php in vendor/
symfony/ dependency-injection/ ParameterBag/ ParameterBagInterface.php
10 string references to 'LogicException'
- CacheContextsManagerTest::testValidateContexts in core/
tests/ Drupal/ Tests/ Core/ Cache/ Context/ CacheContextsManagerTest.php - @covers ::validateTokens
- CacheTest::testValidateTags in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheTest.php - @covers ::validateTags
- ClientTest::testFollowRedirect in vendor/
symfony/ browser-kit/ Tests/ ClientTest.php - ClientTest::testFollowRedirectWithMaxRedirects in vendor/
symfony/ browser-kit/ Tests/ ClientTest.php - ContainerBuilderTest::testExtension in vendor/
symfony/ dependency-injection/ Tests/ ContainerBuilderTest.php - @covers Symfony\Component\DependencyInjection\ContainerBuilder::registerExtension @covers Symfony\Component\DependencyInjection\ContainerBuilder::getExtension
File
- vendor/
symfony/ dependency-injection/ Exception/ LogicException.php, line 17
Namespace
Symfony\Component\DependencyInjection\ExceptionView source
class LogicException extends \LogicException implements ExceptionInterface {
}