ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
PHPMailer\PHPMailer\Exception Class Reference

PHPMailer exception handler. More...

+ Inheritance diagram for PHPMailer\PHPMailer\Exception:
+ Collaboration diagram for PHPMailer\PHPMailer\Exception:

Public Member Functions

 errorMessage ()
 Prettify error message output. More...
 

Detailed Description

PHPMailer exception handler.

Author
Marcus Bointon phpma.nosp@m.iler.nosp@m.@sync.nosp@m.hrom.nosp@m.edia..nosp@m.co.u.nosp@m.k

Definition at line 28 of file Exception.php.

Member Function Documentation

◆ errorMessage()

PHPMailer\PHPMailer\Exception::errorMessage ( )

Prettify error message output.

Returns
string

Definition at line 35 of file Exception.php.

36  {
37  return '<strong>' . htmlspecialchars($this->getMessage()) . "</strong><br />\n";
38  }

The documentation for this class was generated from the following file: