BacktraceHelper
class BacktraceHelper
| internal |
Methods
__construct(Options $options, RepresentationSerializerInterface $representationSerializer)
Constructor.
Frame|null
findFirstInAppFrameForBacktrace(array $backtrace)
Find the first in app frame for a given backtrace.
string|null
getOriginalViewPathForFrameOfCompiledViewPath(Frame $frame)
Takes a frame and if it's a compiled view path returns the original view path.
Details
at line 34
__construct(Options $options, RepresentationSerializerInterface $representationSerializer)
Constructor.
at line 50
Frame|null
findFirstInAppFrameForBacktrace(array $backtrace)
Find the first in app frame for a given backtrace.
at line 72
string|null
getOriginalViewPathForFrameOfCompiledViewPath(Frame $frame)
Takes a frame and if it's a compiled view path returns the original view path.