phpmailerException::errorMessage PHP Méthode

errorMessage() public méthode

Prettify error message output
public errorMessage ( ) : string
Résultat string
    public function errorMessage()
    {
        $errorMsg = '<strong>' . $this->getMessage() . "</strong><br />\n";
        return $errorMsg;
    }
phpmailerException