PHP Class Spatie\SslCertificate\Exceptions\CouldNotDownloadCertificate

Inheritance: extends Exceptio\Exception
ファイルを表示 Open project: spatie/ssl-certificate Class Usage Examples

Public Methods

Method Description
hostDoesNotExist ( string $hostName ) : CouldNotDownloadCertificate
noCertificateInstalled ( string $hostName ) : CouldNotDownloadCertificate
unknownError ( string $hostName, string $errorMessage ) : CouldNotDownloadCertificate

Method Details

hostDoesNotExist() public static method

public static hostDoesNotExist ( string $hostName ) : CouldNotDownloadCertificate
$hostName string
return CouldNotDownloadCertificate

noCertificateInstalled() public static method

public static noCertificateInstalled ( string $hostName ) : CouldNotDownloadCertificate
$hostName string
return CouldNotDownloadCertificate

unknownError() public static method

public static unknownError ( string $hostName, string $errorMessage ) : CouldNotDownloadCertificate
$hostName string
$errorMessage string
return CouldNotDownloadCertificate