ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
phpmailerException Class Reference
+ Inheritance diagram for phpmailerException:
+ Collaboration diagram for phpmailerException:

Public Member Functions

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

Detailed Description

Definition at line 4034 of file class.phpmailer.php.

Member Function Documentation

◆ errorMessage()

phpmailerException::errorMessage ( )

Prettify error message output.

Returns
string

Definition at line 4040 of file class.phpmailer.php.

4041  {
4042  $errorMsg = '<strong>' . $this->getMessage() . "</strong><br />\n";
4043  return $errorMsg;
4044  }

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