https://bugzilla.wikimedia.org/show_bug.cgi?id=57206
Web browser: ---
Bug ID: 57206
Summary: Mediawiki exception handling hides nested exceptions
Product: MediaWiki
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: General/Unknown
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Mobile Platform: ---
An Exception inside another Exception is not exposed to developers.
Reproduction code:
throw new Exception('outer', 0, new Exception('inner'));
Expected output:
Both the inner and the outer message, along with stack traces for both of them.
Current output:
Only information about the 'outer' exception is rendered
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l