Last modified: 2014-05-03 18:29:54 UTC
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
Change 91073 had a related patch set uploaded by EBernhardson: Display nested exception backtrace's https://gerrit.wikimedia.org/r/91073
Change 91073 abandoned by EBernhardson: Display nested exception backtrace's Reason: if i havn't found time to fix this up yet, its probably not going to happen. https://gerrit.wikimedia.org/r/91073