Static Methodvapor 4.114.1Vapor->Swift
capture(skip:)
StackTrace.swift:6This declaration is deprecated: Captured stack traces are no longer supported by Vapor
static func capture(skip: Int = 0) -> Optional<Wrapped>
This declaration is deprecated: Captured stack traces are no longer supported by Vapor
static func capture(skip: Int = 0) -> Optional<Wrapped>
where Wrapped == StackTrace
import Swift
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
@frozen enum Optional<Wrapped> where Wrapped : ~Copyable
A type that represents either a wrapped value or the absence of a value.
@frozen struct Int
A signed integer value type.
struct StackTrace