@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\SslCertificate; |
4 | 4 | |
5 | -use Throwable; |
|
6 | 5 | use Spatie\SslCertificate\Exceptions\CouldNotDownloadCertificate; |
6 | +use Throwable; |
|
7 | 7 | |
8 | 8 | class Downloader |
9 | 9 | { |