Skip to content

Commit 9fb86a7

Browse files
committed
Merge branch 'sebsto/fix_507' of github.com:sebsto/swift-aws-lambda-runtime into sebsto/fix_507
2 parents 6aeafbf + 4b2b32d commit 9fb86a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/AWSLambdaRuntime/LambdaRuntimeError.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
@usableFromInline
16-
package struct LambdaRuntimeError: Error {
16+
public struct LambdaRuntimeError: Error {
1717
@usableFromInline
18+
1819
package enum Code: Sendable {
1920
/// internal error codes for LambdaRuntimeClient
2021
case closingRuntimeClient

0 commit comments

Comments
 (0)