class MappingException in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/validator/Exception/MappingException.php \Symfony\Component\Validator\Exception\MappingException
- 8 vendor/symfony/serializer/Exception/MappingException.php \Symfony\Component\Serializer\Exception\MappingException
- 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php \Doctrine\Common\Persistence\Mapping\MappingException
Same name and namespace in other branches
- 8.0 vendor/symfony/serializer/Exception/MappingException.php \Symfony\Component\Serializer\Exception\MappingException
MappingException.
@author Kévin Dunglas <dunglas@gmail.com>
Hierarchy
- class \Symfony\Component\Serializer\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Serializer\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Serializer\Exception\MappingException
- class \Symfony\Component\Serializer\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of MappingException
5 files declare their use of MappingException
- AnnotationLoader.php in vendor/
symfony/ serializer/ Mapping/ Loader/ AnnotationLoader.php - FileLoader.php in vendor/
symfony/ serializer/ Mapping/ Loader/ FileLoader.php - LoaderChain.php in vendor/
symfony/ serializer/ Mapping/ Loader/ LoaderChain.php - XmlFileLoader.php in vendor/
symfony/ serializer/ Mapping/ Loader/ XmlFileLoader.php - YamlFileLoader.php in vendor/
symfony/ serializer/ Mapping/ Loader/ YamlFileLoader.php
File
- vendor/
symfony/ serializer/ Exception/ MappingException.php, line 19
Namespace
Symfony\Component\Serializer\ExceptionView source
class MappingException extends RuntimeException {
}