PHPMailer.SetError ( msg  )  [private]

Adds the error message to the error container.

Returns void. private

Returns:
void

Definition at line 1600 of file class.phpmailer.php.

01600                                   {
01601     $this->error_count++;
01602     $this->ErrorInfo = $msg;
01603   }


Generated on Mon Dec 8 01:16:31 2008 for Ship-Simulator by  doxygen 1.5.6