init(_ status: HTTPResponseStatus, headers: HTTPHeaders = [:], reason: String? = nil, identifier: String? = nil, suggestedFixes: [String] = [], file: String = #fileID, function: String = #function, line: UInt = #line, column: UInt = #column, range: Range<UInt>? = nil)
Create a new Abort
, capturing current source location info.
init(_ status: HTTPResponseStatus, headers: HTTPHeaders = [:], reason: String? = nil, identifier: String? = nil, suggestedFixes: [String] = [], file: String = #fileID, function: String = #function, line: UInt = #line, column: UInt = #column, range: Range<UInt>? = nil, stackTrace: StackTrace?)