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
Base RuntimeException for the Validator component.
@author Bernhard Schussek <bschussek@gmail.com>
Hierarchy
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of RuntimeException
3 files declare their use of RuntimeException
- EmailValidator.php in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ EmailValidator.php - ExpressionValidator.php in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ ExpressionValidator.php - RecursiveContextualValidator.php in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Validator/ RecursiveContextualValidator.php
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/ validator/ Symfony/ Component/ Validator/ Exception/ RuntimeException.php, line 19
Namespace
Symfony\Component\Validator\ExceptionView source
class RuntimeException extends \RuntimeException implements ExceptionInterface {
}