We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dbce3 commit c46b111Copy full SHA for c46b111
1 file changed
Sources/CoreDataRepository/ReadableUnmanagedModel.swift
@@ -66,7 +66,7 @@ import Foundation
66
/// )
67
/// let fetchResult = try context.fetch(request)
68
/// guard let managed = fetchResult.first, fetchResult.count == 1 else {
69
-/// throw CoreDataError.noMatchFoundWhenReadingItem
+/// throw CoreDataError.noMatchFoundWhenReadingItem(description: errorDescription)
70
/// }
71
/// return managed
72
0 commit comments