class JsonException
Same name in this branch
- 11.1.x vendor/symfony/browser-kit/Exception/JsonException.php \Symfony\Component\BrowserKit\Exception\JsonException
Thrown by Request::toArray() when the content cannot be JSON-decoded.
@author Tobias Nyholm <tobias.nyholm@gmail.com>
Hierarchy
- class \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException extends \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException
- class \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException extends \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException
- class \Symfony\Component\HttpFoundation\Exception\JsonException extends \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException implements \Symfony\Component\HttpFoundation\Exception\RequestExceptionInterface
- class \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException extends \Symfony\Component\HttpFoundation\Exception\UnexpectedValueException
Expanded class hierarchy of JsonException
1 file declares its use of JsonException
- Request.php in vendor/
symfony/ http-foundation/ Request.php
File
-
vendor/
symfony/ http-foundation/ Exception/ JsonException.php, line 19
Namespace
Symfony\Component\HttpFoundation\ExceptionView source
final class JsonException extends UnexpectedValueException implements RequestExceptionInterface {
}