projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889d64a
)
ctor throws too.
author
Jan Schneider
<jan@horde.org>
Mon, 15 Jun 2009 14:49:36 +0000
(16:49 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 16 Jun 2009 12:59:10 +0000
(14:59 +0200)
framework/Mime/lib/Horde/Mime/Mail.php
patch
|
blob
|
history
diff --git
a/framework/Mime/lib/Horde/Mime/Mail.php
b/framework/Mime/lib/Horde/Mime/Mail.php
index
2c39744
..
d290a49
100644
(file)
--- 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')