[private]
Adds the error message to the error container.
Returns void. private
Definition at line 1600 of file class.phpmailer.php.
01600 { 01601 $this->error_count++; 01602 $this->ErrorInfo = $msg; 01603 }