AcmePhp\Cli\Exception\AcmeCliException::__construct PHP Method

__construct() public method

public __construct ( $message, Exception $previous = null )
$previous Exception
    public function __construct($message, \Exception $previous = null)
    {
        parent::__construct($message, 0, $previous);
    }
AcmeCliException