[Tickets #8041] Re: User-facing notifications shouldn't contain stack traces or talk about exceptions
bugs at horde.org
bugs at horde.org
Mon Mar 2 22:28:30 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8041
------------------------------------------------------------------------------
Ticket | 8041
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | User-facing notifications shouldn't contain stack
| traces or talk about exceptions
Queue | IMP
Version | Git master
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2009-03-02 17:28) wrote:
This is probably better described as removing all of the following from IMP:
$notification->push($e)
where $e is an Exception, and replacing with:
$notification->push($e->getMessage() [, $e->getCode]);
More information about the bugs
mailing list