File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
src/Bridge/Symfony/Bundle/Test Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
declare (strict_types=1 );
13
13
14
- namespace ApiPlatform \Core \Bridge \Symfony \Bundle \Test ;
14
+ namespace ApiPlatform \Core \Bridge \Symfony \Bundle \Test \ Exception ;
15
15
16
16
use Symfony \Contracts \HttpClient \Exception \TransportExceptionInterface ;
17
17
Original file line number Diff line number Diff line change 11
11
12
12
declare (strict_types=1 );
13
13
14
- namespace ApiPlatform \Core \Bridge \Symfony \Bundle \Test ;
14
+ namespace ApiPlatform \Core \Bridge \Symfony \Bundle \Test \ Exception ;
15
15
16
16
use Symfony \Contracts \HttpClient \Exception \RedirectionExceptionInterface ;
17
17
Original file line number Diff line number Diff line change 11
11
12
12
declare (strict_types=1 );
13
13
14
- namespace ApiPlatform \Core \Bridge \Symfony \Bundle \Test ;
14
+ namespace ApiPlatform \Core \Bridge \Symfony \Bundle \Test \ Exception ;
15
15
16
16
use Symfony \Contracts \HttpClient \Exception \ServerExceptionInterface ;
17
17
Original file line number Diff line number Diff line change 11
11
12
12
declare (strict_types=1 );
13
13
14
- namespace ApiPlatform \Core \Bridge \Symfony \Bundle \Test ;
14
+ namespace ApiPlatform \Core \Bridge \Symfony \Bundle \Test \ Exception ;
15
15
16
16
use Symfony \Contracts \HttpClient \Exception \TransportExceptionInterface ;
17
17
Original file line number Diff line number Diff line change 14
14
namespace ApiPlatform \Core \Bridge \Symfony \Bundle \Test ;
15
15
16
16
use ApiPlatform \Core \Bridge \Symfony \Bundle \Test \Exception \ClientException ;
17
+ use ApiPlatform \Core \Bridge \Symfony \Bundle \Test \Exception \ServerException ;
18
+ use ApiPlatform \Core \Bridge \Symfony \Bundle \Test \Exception \RedirectionException ;
17
19
use Symfony \Component \BrowserKit \Response as BrowserKitResponse ;
18
20
use Symfony \Component \HttpClient \Exception \JsonException ;
19
21
use Symfony \Component \HttpFoundation \Response as HttpFoundationResponse ;
20
- use Symfony \Contracts \HttpClient \Exception \ClientExceptionInterface ;
21
- use Symfony \Contracts \HttpClient \Exception \RedirectionExceptionInterface ;
22
- use Symfony \Contracts \HttpClient \Exception \ServerExceptionInterface ;
23
22
use Symfony \Contracts \HttpClient \Exception \TransportExceptionInterface ;
24
23
use Symfony \Contracts \HttpClient \ResponseInterface ;
25
24
You can’t perform that action at this time.
0 commit comments