class UnsupportedMetadataException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Exception/UnsupportedMetadataException.php \Symfony\Component\Validator\Exception\UnsupportedMetadataException
@since 2.5
@author Bernhard Schussek <bschussek@gmail.com>
Hierarchy
- class \Symfony\Component\Validator\Exception\InvalidArgumentException implements ExceptionInterface
- class \Symfony\Component\Validator\Exception\InvalidArgumentException implements ExceptionInterface
- class \Symfony\Component\Validator\Exception\UnsupportedMetadataException
- class \Symfony\Component\Validator\Exception\InvalidArgumentException implements ExceptionInterface
Expanded class hierarchy of UnsupportedMetadataException
1 file declares its use of UnsupportedMetadataException
- RecursiveContextualValidator.php in vendor/
symfony/ validator/ Validator/ RecursiveContextualValidator.php
File
- vendor/
symfony/ validator/ Exception/ UnsupportedMetadataException.php, line 19
Namespace
Symfony\Component\Validator\ExceptionView source
class UnsupportedMetadataException extends InvalidArgumentException {
}