class NoSuchMetadataException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Exception/NoSuchMetadataException.php \Symfony\Component\Validator\Exception\NoSuchMetadataException
@author Bernhard Schussek <bschussek@gmail.com>
Hierarchy
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Validator\Exception\ValidatorException
- class \Symfony\Component\Validator\Exception\NoSuchMetadataException
- class \Symfony\Component\Validator\Exception\ValidatorException
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of NoSuchMetadataException
4 files declare their use of NoSuchMetadataException
- FakeMetadataFactory.php in vendor/
symfony/ validator/ Tests/ Fixtures/ FakeMetadataFactory.php - LazyLoadingMetadataFactory.php in vendor/
symfony/ validator/ Mapping/ Factory/ LazyLoadingMetadataFactory.php - RecursiveContextualValidator.php in vendor/
symfony/ validator/ Validator/ RecursiveContextualValidator.php - ValidationVisitor.php in vendor/
symfony/ validator/ ValidationVisitor.php
File
- vendor/
symfony/ validator/ Exception/ NoSuchMetadataException.php, line 17
Namespace
Symfony\Component\Validator\ExceptionView source
class NoSuchMetadataException extends ValidatorException {
}