Merge remote-tracking branch 'private/mkirk/cast-wrapped-error'
This commit is contained in:
commit
56f28fc3a6
@ -26,7 +26,7 @@ public class SecretSessionKnownSenderError: NSObject, CustomNSError {
|
||||
return [
|
||||
type(of: self).kSenderRecipientIdKey: self.senderRecipientId,
|
||||
type(of: self).kSenderDeviceIdKey: self.senderDeviceId,
|
||||
NSUnderlyingErrorKey: underlyingError
|
||||
NSUnderlyingErrorKey: (underlyingError as NSError)
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user