Skip to content

Commit 10304ce

Browse files
sebstofabianfett
andauthored
Update Sources/AWSLambdaRuntime/LambdaRuntimeError.swift
Co-authored-by: Fabian Fett <[email protected]>
1 parent ab80580 commit 10304ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/AWSLambdaRuntime/LambdaRuntimeError.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public struct LambdaRuntimeError: Error {
4444
self.underlying = underlying
4545
}
4646

47-
public var code: Code
47+
var code: Code
4848
public var underlying: (any Error)?
4949

5050
}

0 commit comments

Comments
 (0)