@@ -4,10 +4,9 @@ |
||
| 4 | 4 | namespace GarethEllis\Tldr\Fetcher; |
| 5 | 5 | |
| 6 | 6 | use GarethEllis\Tldr\Fetcher\Exception\PageNotFoundException; |
| 7 | +use GarethEllis\Tldr\Fetcher\Exception\RemoteFetcherException; |
|
| 7 | 8 | use GarethEllis\Tldr\Page\TldrPage; |
| 8 | 9 | use GuzzleHttp\Client; |
| 9 | -use GarethEllis\Tldr\Fetcher\Exception\RemoteFetcherException; |
|
| 10 | -use Metadata\Cache\CacheInterface; |
|
| 11 | 10 | |
| 12 | 11 | /** |
| 13 | 12 | * Class RemoteFetcher |