@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\CertificateChain; |
4 | 4 | |
5 | +use Spatie\CertificateChain\Exceptions\CouldNotCreateCertificate; |
|
6 | +use Spatie\CertificateChain\Exceptions\CouldNotLoadCertificate; |
|
5 | 7 | use phpseclib\File\ASN1; |
6 | 8 | use phpseclib\File\X509; |
7 | -use Spatie\CertificateChain\Exceptions\CouldNotLoadCertificate; |
|
8 | -use Spatie\CertificateChain\Exceptions\CouldNotCreateCertificate; |
|
9 | 9 | |
10 | 10 | class Certificate |
11 | 11 | { |