Skip to content

Commit 6d43f16

Browse files
committed
Update package
1 parent bbd7064 commit 6d43f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Intermodular/Helpers/AppKit or UIKit/UIViewController+ViewTransition.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ extension UIViewController {
196196
}
197197

198198
case .custom: do {
199-
throw Never.Reason.unavailable._runtimeIssue()
199+
throw runtimeIssue(.unavailable)
200200
}
201201

202202
case .none:

0 commit comments

Comments
 (0)