ctor throws too.
authorJan Schneider <jan@horde.org>
Mon, 15 Jun 2009 14:49:36 +0000 (16:49 +0200)
committerJan Schneider <jan@horde.org>
Tue, 16 Jun 2009 12:59:10 +0000 (14:59 +0200)
framework/Mime/lib/Horde/Mime/Mail.php

index 2c39744..d290a49 100644 (file)
@@ -79,6 +79,8 @@ class Horde_Mime_Mail
      * @param string $to       The message recipient(s).
      * @param string $from     The message sender.
      * @param string $charset  The character set of the message.
+     *
+     * @throws Horde_Mime_Exception
      */
     function __construct($subject = null, $body = null, $to = null,
                          $from = null, $charset = 'iso-8859-1')