class MappingException
Same name in this branch
- 11.1.x vendor/symfony/serializer/Exception/MappingException.php \Symfony\Component\Serializer\Exception\MappingException
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\MappingException 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 MappingException
6 files declare their use of MappingException
- AbstractLoader.php in vendor/
symfony/ validator/ Mapping/ Loader/ AbstractLoader.php - AttributeLoader.php in vendor/
symfony/ validator/ Mapping/ Loader/ AttributeLoader.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 {
}