mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fix build breakage.
PiperOrigin-RevId: 850761248
This commit is contained in:
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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user