class UnexpectedValueException

Same name in this branch

UnexpectedValueException

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

Hierarchy

Expanded class hierarchy of UnexpectedValueException

7 files declare their use of UnexpectedValueException
DenormalizeTest.php in drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php
Contains \Drupal\hal\Tests\DenormalizeTest.
EntityNormalizer.php in drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php
Contains \Drupal\hal\Normalizer\EntityNormalizer.
RequestHandler.php in drupal/core/modules/rest/lib/Drupal/rest/RequestHandler.php
Definition of Drupal\rest\RequestHandler.
SerializationTest.php in drupal/core/modules/serialization/lib/Drupal/serialization/Tests/SerializationTest.php
Contains \Drupal\serialization\Tests\SerializationTest.
Serializer.php in drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php

... See full list

File

drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/UnexpectedValueException.php, line 19

Namespace

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

}

Members