class RuntimeException

RuntimeException

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

Hierarchy

Expanded class hierarchy of RuntimeException

8 files declare their use of RuntimeException
ChainDecoder.php in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php
ChainEncoder.php in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php
GetSetMethodNormalizer.php in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php
JsonldEntityNormalizer.php in drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityNormalizer.php
Definition of Drupal\jsonld\JsonldEntityNormalizer.
JsonldEntityReferenceNormalizer.php in drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityReferenceNormalizer.php
Definition of Drupal\jsonld\JsonldEntityReferenceNormalizer.

... See full list

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/serializer/Symfony/Component/Serializer/Exception/RuntimeException.php, line 19

Namespace

Symfony\Component\Serializer\Exception
View source
class RuntimeException extends \RuntimeException implements Exception {

}

Members