* @category Horde * @copyright 2014-2017 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Smtp * @since 1.8.0 */ class Horde_Smtp_Exception_Recipients extends Horde_Smtp_Exception { /** * Failed recipient list. * * @var array */ public $recipients = array(); }