PHPMailer\PHPMailer
Exception::errorMessage()
Prettify error message output.
Метод класса: Exception{}
Хуков нет.
Возвращает
Строку
.
Использование
$Exception = new Exception(); $Exception->errorMessage();
Код Exception::errorMessage() Exception::errorMessage WP 6.6.2
public function errorMessage() { return '<strong>' . htmlspecialchars($this->getMessage(), ENT_COMPAT | ENT_HTML401) . "</strong><br />\n"; }