class RuntimeException

RuntimeException for the Process Component.

@author Johannes M. Schmitt <schmittjoh@gmail.com>

Hierarchy

Expanded class hierarchy of RuntimeException

7 string references to 'RuntimeException'
ConfigCacheTest::testInvalidTimestamp in drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Cache/ConfigCacheTest.php
ConfigCacheTest::testInvalidValue in drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Cache/ConfigCacheTest.php
ExpressionBuilderTest::testInvalidAndXArgument in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ExpressionBuilderTest.php
FileAssetTest::testGetLastModifiedTypeFileNotFound in drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/FileAssetTest.php
HttpAssetTest::testInvalidUrl in drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/HttpAssetTest.php

... See full list

File

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

Namespace

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

}

Members