FetchesStackTrace
trait FetchesStackTrace
Methods
array|null
getCallerFromStackTrace(array $forgetLines = [])
Find the first frame in the stack trace outside of Telescope/Hypervel.
array
ignoredPaths()
Get the file paths that should not be used by backtraces.
bool
shouldIgnoredVendorPath()
Indicates if to ignore ignore Telescope / Hypervel packages.
Details
at line 15
protected array|null
getCallerFromStackTrace(array $forgetLines = [])
Find the first frame in the stack trace outside of Telescope/Hypervel.
at line 32
protected array
ignoredPaths()
Get the file paths that should not be used by backtraces.
at line 49
protected bool
shouldIgnoredVendorPath()
Indicates if to ignore ignore Telescope / Hypervel packages.