Opened 17 years ago
Closed 17 years ago
#843 closed enhancement (fixed)
Display error message from original exception:s
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.5 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
When an exception that has linked exceptions is thrown only the detailed message from the top exception is displayed. In some cases this is just a standard non-informative message. The detailed message on the linked exception(s) may contain more (and important) information. A typical example is when an error happens on the SQL level. The original message from the database is not displayed.
Note:
See TracTickets
for help on using tickets.
(In [4001]) Fixes #843: Display error message from original exception:s