File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \HttpClient \Exception ;
13
13
14
- use Symfony \Contracts \HttpClient \Exception \TransportExceptionInterface ;
14
+ use Symfony \Contracts \HttpClient \Exception \DecodingExceptionInterface ;
15
15
16
16
/**
17
17
* Thrown by responses' toArray() method when their content cannot be JSON-decoded.
20
20
*
21
21
* @experimental in 4.3
22
22
*/
23
- final class JsonException extends \JsonException implements TransportExceptionInterface
23
+ final class JsonException extends \JsonException implements DecodingExceptionInterface
24
24
{
25
25
}
Original file line number Diff line number Diff line change 21
21
"require" : {
22
22
"php" : " ^7.1.3" ,
23
23
"psr/log" : " ^1.0" ,
24
- "symfony/http-client-contracts" : " ^1.1.3 " ,
24
+ "symfony/http-client-contracts" : " ^1.1.4 " ,
25
25
"symfony/polyfill-php73" : " ^1.11"
26
26
},
27
27
"require-dev" : {
You can’t perform that action at this time.
0 commit comments