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
ComplexDataNormalizer.php in drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/ComplexDataNormalizer.php
Contains \Drupal\serialization\Normalizer\ComplexDataNormalizer.
GetSetMethodNormalizer.php in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php
ListNormalizer.php in drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/ListNormalizer.php
Contains \Drupal\serialization\Normalizer\ListNormalizer.

... See full list

7 string references to 'RuntimeException'
ExpressionBuilderTest::testInvalidAndXArgument in drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ExpressionBuilderTest.php
Framework_TestCaseTest::testException in drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php
Framework_TestCaseTest::testNoException in drupal/core/vendor/phpunit/phpunit/Tests/Framework/TestCaseTest.php
PdoSessionHandlerTest::testWrongTableOptionsRead in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
PdoSessionHandlerTest::testWrongTableOptionsWrite in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.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