class NoSuchMetadataException
@author Bernhard Schussek <bschussek@gmail.com>
Hierarchy
- class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
- class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
- class \Symfony\Component\Validator\Exception\ValidatorException extends \Symfony\Component\Validator\Exception\RuntimeException
- class \Symfony\Component\Validator\Exception\NoSuchMetadataException extends \Symfony\Component\Validator\Exception\ValidatorException
- class \Symfony\Component\Validator\Exception\ValidatorException extends \Symfony\Component\Validator\Exception\RuntimeException
- class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
Expanded class hierarchy of NoSuchMetadataException
3 files declare their use of NoSuchMetadataException
- LazyLoadingMetadataFactory.php in vendor/
symfony/ validator/ Mapping/ Factory/ LazyLoadingMetadataFactory.php - MetadataFactoryInterface.php in vendor/
symfony/ validator/ Mapping/ Factory/ MetadataFactoryInterface.php - RecursiveContextualValidator.php in vendor/
symfony/ validator/ Validator/ RecursiveContextualValidator.php
File
-
vendor/
symfony/ validator/ Exception/ NoSuchMetadataException.php, line 17
Namespace
Symfony\Component\Validator\ExceptionView source
class NoSuchMetadataException extends ValidatorException {
}