PHP Class Spatie\SslCertificate\Exceptions\CouldNotDownloadCertificate

Inheritance: extends Exceptio\Exception
Afficher le fichier Open project: spatie/ssl-certificate Class Usage Examples

Méthodes publiques

Méthode Description
hostDoesNotExist ( string $hostName ) : CouldNotDownloadCertificate
noCertificateInstalled ( string $hostName ) : CouldNotDownloadCertificate
unknownError ( string $hostName, string $errorMessage ) : CouldNotDownloadCertificate

Method Details

hostDoesNotExist() public static méthode

public static hostDoesNotExist ( string $hostName ) : CouldNotDownloadCertificate
$hostName string
Résultat CouldNotDownloadCertificate

noCertificateInstalled() public static méthode

public static noCertificateInstalled ( string $hostName ) : CouldNotDownloadCertificate
$hostName string
Résultat CouldNotDownloadCertificate

unknownError() public static méthode

public static unknownError ( string $hostName, string $errorMessage ) : CouldNotDownloadCertificate
$hostName string
$errorMessage string
Résultat CouldNotDownloadCertificate