Fix build breakage.

PiperOrigin-RevId: 850761248
This commit is contained in:
Francis Tsui
2025-12-31 09:03:32 -08:00
committed by Copybara-Service
parent 931624a621
commit 877fcf8cd8
@@ -48,6 +48,8 @@ NSError *NSErrorFromCppException(Exception exception) {
return [NSError errorWithDomain:GNCExceptionDomain
code:GNCExceptionIllegalCharacters
userInfo:nil];
case Exception::kNoData:
return [NSError errorWithDomain:GNCExceptionDomain code:GNCExceptionIO userInfo:nil];
}
}