You are here

class phpmailerException in SMTP Authentication Support 7

Same name and namespace in other branches
  1. 7.2 smtp.phpmailer.inc \phpmailerException

Hierarchy

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