namespace OpenTelemetry\SDK\Common\Exception
Object name | File name | Summary |
---|---|---|
StackTraceFormatter | vendor/open-telemetry/sdk/Common/Exception/StackTraceFormatter.php | @psalm-type Frame = array{ function: string, class: ?class-string, file: ?string, line: ?int, } @psalm-type Frames = non-empty-list<Frame> |