Description
I use custom code to rewrite the inProject value of stack frames. I can only reach the stack frames of the top most exception, because there is no way to access the $previous property of a Report.
Describe the solution you'd like
Adding a getPrevious(): ?Report method to the Report class would solve this problem.
Description
I use custom code to rewrite the
inProjectvalue of stack frames. I can only reach the stack frames of the top most exception, because there is no way to access the$previousproperty of aReport.Describe the solution you'd like
Adding a
getPrevious(): ?Reportmethod to theReportclass would solve this problem.