Opened 12 years ago
Closed 12 years ago
#2251 closed defect (fixed)
MgException::GetDetails() omits stack trace.
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.5 |
Component: | General | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
According to the API documentation for MgException::GetDetails
Retrieve the formatted exception details. This includes the user readable string and the *stack of method names* which generated the error. This string provides more information to web application developers than the message. If a method does not have any parameters it will be omitted from the details.
Any call to GetDetails is not including the stack trace.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | 2251.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r7452) and 2.5 (r7447)