PHP Class Kelunik\Acme\AcmeException

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

Public Methods

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

Method Details

__construct() public method

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