wp/wp-includes/PHPMailer/Exception.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     1 <?php
     1 <?php
       
     2 
     2 /**
     3 /**
     3  * PHPMailer Exception class.
     4  * PHPMailer Exception class.
     4  * PHP Version 5.5.
     5  * PHP Version 5.5.
     5  *
     6  *
     6  * @see       https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
     7  * @see       https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
     7  *
     8  *
     8  * @author    Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
     9  * @author    Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
     9  * @author    Jim Jagielski (jimjag) <jimjag@gmail.com>
    10  * @author    Jim Jagielski (jimjag) <jimjag@gmail.com>
    10  * @author    Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
    11  * @author    Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
    11  * @author    Brent R. Matzelle (original founder)
    12  * @author    Brent R. Matzelle (original founder)
    12  * @copyright 2012 - 2017 Marcus Bointon
    13  * @copyright 2012 - 2020 Marcus Bointon
    13  * @copyright 2010 - 2012 Jim Jagielski
    14  * @copyright 2010 - 2012 Jim Jagielski
    14  * @copyright 2004 - 2009 Andy Prevost
    15  * @copyright 2004 - 2009 Andy Prevost
    15  * @license   http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
    16  * @license   http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
    16  * @note      This program is distributed in the hope that it will be useful - WITHOUT
    17  * @note      This program is distributed in the hope that it will be useful - WITHOUT
    17  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    18  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or