@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | namespace GarethEllis\Tldr\Fetcher; |
5 | 5 | |
6 | -use GarethEllis\Tldr\Fetcher\Exception\PageNotFoundException; |
|
7 | 6 | use GarethEllis\Tldr\Fetcher\Exception\UnknownOperatingSystemException; |
8 | 7 | |
9 | 8 | trait OperatingSystemTrait |
@@ -4,9 +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 | 10 | use Metadata\Cache\CacheInterface; |
11 | 11 | |
12 | 12 | /** |