class MappingException
Same name in this branch
- 11.1.x vendor/symfony/validator/Exception/MappingException.php \Symfony\Component\Validator\Exception\MappingException
MappingException.
@author Kévin Dunglas <dunglas@gmail.com>
Hierarchy
- class \Symfony\Component\Serializer\Exception\RuntimeException extends \Symfony\Component\Serializer\Exception\RuntimeException implements \Symfony\Component\Serializer\Exception\ExceptionInterface
- class \Symfony\Component\Serializer\Exception\RuntimeException extends \Symfony\Component\Serializer\Exception\RuntimeException implements \Symfony\Component\Serializer\Exception\ExceptionInterface
- class \Symfony\Component\Serializer\Exception\MappingException extends \Symfony\Component\Serializer\Exception\RuntimeException
- class \Symfony\Component\Serializer\Exception\RuntimeException extends \Symfony\Component\Serializer\Exception\RuntimeException implements \Symfony\Component\Serializer\Exception\ExceptionInterface
Expanded class hierarchy of MappingException
5 files declare their use of MappingException
- AttributeLoader.php in vendor/
symfony/ serializer/ Mapping/ Loader/ AttributeLoader.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 {
}