You are here

class UnexpectedValueException in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/serializer/Exception/UnexpectedValueException.php \Symfony\Component\Serializer\Exception\UnexpectedValueException
  2. 8 vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php \Doctrine\Instantiator\Exception\UnexpectedValueException
  3. 8 vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php \Doctrine\Common\Proxy\Exception\UnexpectedValueException
Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Exception/UnexpectedValueException.php \Symfony\Component\Serializer\Exception\UnexpectedValueException

UnexpectedValueException.

@author Lukas Kahwe Smith <smith@pooteeweet.org>

Hierarchy

Expanded class hierarchy of UnexpectedValueException

12 files declare their use of UnexpectedValueException
ContentEntityNormalizer.php in core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
Contains \Drupal\hal\Normalizer\ContentEntityNormalizer.
DecoderInterface.php in vendor/symfony/serializer/Encoder/DecoderInterface.php
DenormalizeTest.php in core/modules/hal/src/Tests/DenormalizeTest.php
Contains \Drupal\hal\Tests\DenormalizeTest.
EncoderInterface.php in vendor/symfony/serializer/Encoder/EncoderInterface.php
EntityNormalizer.php in core/modules/serialization/src/Normalizer/EntityNormalizer.php
Contains \Drupal\serialization\Normalizer\EntityNormalizer.

... See full list

2 string references to 'UnexpectedValueException'
ProxyLogicTest::testFailedLoadingWillThrowException in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/ProxyLogicTest.php
RequestTest::testHostValidity in vendor/symfony/http-foundation/Tests/RequestTest.php
@dataProvider getHostValidities

File

vendor/symfony/serializer/Exception/UnexpectedValueException.php, line 19

Namespace

Symfony\Component\Serializer\Exception
View source
class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface {

}

Members