@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace Graviton\ProxyApiBundle\Helper; |
6 | 6 | |
7 | 7 | use Graviton\ProxyApiBundle\Listener\ProxyExceptionListener; |
8 | -use Psr\Log\InvalidArgumentException; |
|
9 | 8 | use Symfony\Component\DependencyInjection\Definition; |
10 | 9 | |
11 | 10 | /** |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Graviton\ProxyApiBundle\Listener\ProxyExceptionListener; |
9 | 9 | use GuzzleHttp\Client as httpClient; |
10 | 10 | use GuzzleHttp\Exception\ClientException; |
11 | -use GuzzleHttp\Promise\RejectedPromise; |
|
12 | 11 | use GuzzleHttp\Psr7\Response as ClientResponse; |
13 | 12 | use Symfony\Component\HttpFoundation\Response; |
14 | 13 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | |
6 | 6 | namespace Graviton\ProxyApiBundle\Manager; |
7 | 7 | |
8 | -use Graviton\ExceptionBundle\Exception\NotFoundException; |
|
9 | 8 | use Graviton\ProxyApiBundle\Listener\ProxyExceptionListener; |
10 | 9 | use Graviton\ProxyApiBundle\Model\ProxyModel; |
11 | 10 |