class phpmailerException in SMTP Authentication Support 7
Same name and namespace in other branches
- 7.2 smtp.phpmailer.inc \phpmailerException
Hierarchy
- class \phpmailerException extends \Exception
Expanded class hierarchy of phpmailerException
File
- ./
smtp.phpmailer.inc, line 2326 - The mail handler class in smtp module, based on code of the phpmailer library, customized and relicensed to GPLv2.
View source
class phpmailerException extends Exception {
public function errorMessage() {
$errorMsg = '<strong>' . $this
->getMessage() . "</strong><br />\n";
return $errorMsg;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
phpmailerException:: |
public | function |