class LogicException

LogicException for the Process Component.

@author Romain Neutron <imprec@gmail.com>

Hierarchy

Expanded class hierarchy of LogicException

2 files declare their use of LogicException
Process.php in drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php
ProcessBuilder.php in drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php
2 string references to 'LogicException'
ContainerBuilderTest::testExtension in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
@covers Symfony\Component\DependencyInjection\ContainerBuilder::registerExtension @covers Symfony\Component\DependencyInjection\ContainerBuilder::getExtension
FileLocatorTest::testLocate in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/LogicException.php, line 19

Namespace

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

}

Members