class MappingException in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/symfony/validator/Exception/MappingException.php \Symfony\Component\Validator\Exception\MappingException
- 8.0 vendor/symfony/serializer/Exception/MappingException.php \Symfony\Component\Serializer\Exception\MappingException
- 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php \Doctrine\Common\Persistence\Mapping\MappingException
Same name and namespace in other branches
- 8 vendor/symfony/validator/Exception/MappingException.php \Symfony\Component\Validator\Exception\MappingException
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\MappingException
- class \Symfony\Component\Validator\Exception\ValidatorException
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of MappingException
7 files declare their use of MappingException
- AbstractLoader.php in vendor/
symfony/ validator/ Mapping/ Loader/ AbstractLoader.php - AnnotationLoader.php in vendor/
symfony/ validator/ Mapping/ Loader/ AnnotationLoader.php - FileLoader.php in vendor/
symfony/ validator/ Mapping/ Loader/ FileLoader.php - LoaderChain.php in vendor/
symfony/ validator/ Mapping/ Loader/ LoaderChain.php - StaticMethodLoader.php in vendor/
symfony/ validator/ Mapping/ Loader/ StaticMethodLoader.php
File
- vendor/
symfony/ validator/ Exception/ MappingException.php, line 14
Namespace
Symfony\Component\Validator\ExceptionView source
class MappingException extends ValidatorException {
}