class RuntimeException in Plug 7
Same name in this branch
- 7 lib/Symfony/validator/Symfony/Component/Validator/Exception/RuntimeException.php \Symfony\Component\Validator\Exception\RuntimeException
- 7 lib/Symfony/yaml/Symfony/Component/Yaml/Exception/RuntimeException.php \Symfony\Component\Yaml\Exception\RuntimeException
Exception class thrown when an error occurs during parsing.
@author Romain Neutron <imprec@gmail.com>
@api
Hierarchy
- class \Symfony\Component\Yaml\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Yaml\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of RuntimeException
3 string references to 'RuntimeException'
- ExpressionBuilderTest::testInvalidAndXArgument in lib/
doctrine/ collections/ tests/ Doctrine/ Tests/ Common/ Collections/ ExpressionBuilderTest.php - PersistentObjectTest::testNonMatchingObjectManager in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php - PersistentObjectTest::testNoObjectManagerSet in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php
File
- lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Exception/ RuntimeException.php, line 21
Namespace
Symfony\Component\Yaml\ExceptionView source
class RuntimeException extends \RuntimeException implements ExceptionInterface {
}