Initial Commit
This commit is contained in:
12
dependencies/spatie/ssl-certificate/src/Exceptions/CouldNotDownloadCertificate/UnknownError.php
vendored
Normal file
12
dependencies/spatie/ssl-certificate/src/Exceptions/CouldNotDownloadCertificate/UnknownError.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Spatie\SslCertificate\Exceptions\CouldNotDownloadCertificate;
|
||||
|
||||
use WP_Ultimo\Dependencies\Spatie\SslCertificate\Exceptions\CouldNotDownloadCertificate;
|
||||
class UnknownError extends CouldNotDownloadCertificate
|
||||
{
|
||||
public function __construct(string $hostName, string $errorMessage)
|
||||
{
|
||||
parent::__construct("Could not download certificate for host `{$hostName}` because {$errorMessage}");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user