phpmailerException
PHPMailer exception handler.
Defined (1)
The class is defined in the following location(s).
- /wp-includes/class-phpmailer.php
- class phpmailerException extends Exception
- {
- /**
- * Prettify error message output
- * @return string
- */
- public function errorMessage()
- {
- $errorMsg = '<strong>' . $this->getMessage() . "</strong><br />\n";
- return $errorMsg;
- }
- }