class CircularReferenceException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/serializer/Exception/CircularReferenceException.php \Symfony\Component\Serializer\Exception\CircularReferenceException
CircularReferenceException.
@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\CircularReferenceException
- class \Symfony\Component\Serializer\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of CircularReferenceException
4 files declare their use of CircularReferenceException
- AbstractNormalizer.php in vendor/
symfony/ serializer/ Normalizer/ AbstractNormalizer.php - GetSetMethodNormalizer.php in vendor/
symfony/ serializer/ Normalizer/ GetSetMethodNormalizer.php - ObjectNormalizer.php in vendor/
symfony/ serializer/ Normalizer/ ObjectNormalizer.php - PropertyNormalizer.php in vendor/
symfony/ serializer/ Normalizer/ PropertyNormalizer.php
File
- vendor/
symfony/ serializer/ Exception/ CircularReferenceException.php, line 19
Namespace
Symfony\Component\Serializer\ExceptionView source
class CircularReferenceException extends RuntimeException {
}