phpmailerException::errorMessage PHP Метод

errorMessage() публичный Метод

Prettify error message output
public errorMessage ( ) : string
Результат string
    public function errorMessage()
    {
        $errorMsg = '<strong>' . $this->getMessage() . "</strong><br />\n";
        return $errorMsg;
    }
phpmailerException