You are here

class LogicException in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/process/Exception/LogicException.php \Symfony\Component\Process\Exception\LogicException
  2. 8 vendor/symfony/dependency-injection/Exception/LogicException.php \Symfony\Component\DependencyInjection\Exception\LogicException
  3. 8 vendor/symfony/serializer/Exception/LogicException.php \Symfony\Component\Serializer\Exception\LogicException
  4. 8 vendor/zendframework/zend-stdlib/src/Exception/LogicException.php \Zend\Stdlib\Exception\LogicException
  5. 8 vendor/zendframework/zend-hydrator/src/Exception/LogicException.php \Zend\Hydrator\Exception\LogicException
Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Exception/LogicException.php \Symfony\Component\Serializer\Exception\LogicException

LogicException.

@author Lukas Kahwe Smith <smith@pooteeweet.org>

Hierarchy

Expanded class hierarchy of LogicException

5 files declare their use of LogicException
AbstractNormalizer.php in vendor/symfony/serializer/Normalizer/AbstractNormalizer.php
GetSetMethodNormalizer.php in vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php
ObjectNormalizer.php in vendor/symfony/serializer/Normalizer/ObjectNormalizer.php
PropertyNormalizer.php in vendor/symfony/serializer/Normalizer/PropertyNormalizer.php
Serializer.php in vendor/symfony/serializer/Serializer.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

... See full list

File

vendor/symfony/serializer/Exception/LogicException.php, line 19

Namespace

Symfony\Component\Serializer\Exception
View source
class LogicException extends \LogicException implements ExceptionInterface {

}

Members