PHP Class Kelunik\Acme\AcmeException

Author: Niklas Keller ([email protected])
Inheritance: extends Exceptio\Exception
Afficher le fichier Open project: kelunik/acme

Méthodes publiques

Méthode Description
__construct ( string $message, string | null $code = null, null $previous = null ) AcmeException constructor.

Method Details

__construct() public méthode

AcmeException constructor.
public __construct ( string $message, string | null $code = null, null $previous = null )
$message string detailed error message
$code string | null ACME error code
$previous null previous exception