From: Jan Schneider Date: Mon, 15 Jun 2009 14:49:36 +0000 (+0200) Subject: ctor throws too. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=21b7a1b2ee39d0c98b13dc04b91ed101eef1ce21;p=horde.git ctor throws too. --- diff --git a/framework/Mime/lib/Horde/Mime/Mail.php b/framework/Mime/lib/Horde/Mime/Mail.php index 2c3974492..d290a4961 100644 --- a/framework/Mime/lib/Horde/Mime/Mail.php +++ b/framework/Mime/lib/Horde/Mime/Mail.php @@ -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')