class RuntimeException

Exception class thrown when an error occurs during parsing.

@author Romain Neutron <imprec@gmail.com>

@api

Hierarchy

Expanded class hierarchy of RuntimeException

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/yaml/Symfony/Component/Yaml/Exception/RuntimeException.php, line 21

Namespace

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

}

Members