DirectAdmin\LetsEncrypt\Lib\Logger::setErrorShort PHP 메소드

setErrorShort() 공개 메소드

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