@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Irazasyed\VideoDownloader; |
4 | 4 | |
5 | +use Irazasyed\VideoDownloader\Exceptions\VideoDownloaderException; |
|
5 | 6 | use Irazasyed\VideoDownloader\Providers\Facebook; |
6 | 7 | use Irazasyed\VideoDownloader\Providers\ProviderInterface; |
7 | -use Irazasyed\VideoDownloader\Exceptions\VideoDownloaderException; |
|
8 | 8 | |
9 | 9 | class Factory |
10 | 10 | { |
@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace Irazasyed\VideoDownloader\Providers; |
4 | 4 | |
5 | 5 | use GuzzleHttp\Client; |
6 | +use GuzzleHttp\Exception\RequestException; |
|
6 | 7 | use GuzzleHttp\Promise; |
7 | -use GuzzleHttp\RequestOptions; |
|
8 | 8 | use GuzzleHttp\Promise\PromiseInterface; |
9 | -use GuzzleHttp\Exception\RequestException; |
|
9 | +use GuzzleHttp\RequestOptions; |
|
10 | 10 | use Irazasyed\VideoDownloader\Exceptions\VideoDownloaderException; |
11 | 11 | |
12 | 12 | /** |