DirectAdmin\LetsEncrypt\Lib\Logger::setErrorShort PHP Method

setErrorShort() public method

Set a short for when the action fails
public setErrorShort ( $short )
$short
    public function setErrorShort($short)
    {
        $this->errorShort = $short;
    }