Home
last modified time | relevance | path

Searched refs:rootCause (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-modules-core/ios/Swift/Exceptions/
H A DChainableException.swift15 var rootCause: Error? { get } variable
29 var rootCause: Error? { in causedBy() variable
31 return cause.rootCause ?? cause in causedBy()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Exceptions/
H A DChainableException.swift15 var rootCause: Error? { get } variable
29 var rootCause: Error? { in causedBy() variable
31 return cause.rootCause ?? cause in causedBy()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Exceptions/
H A DChainableException.swift15 var rootCause: Error? { get } variable
29 var rootCause: Error? { in causedBy() variable
31 return cause.rootCause ?? cause in causedBy()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Exceptions/
H A DChainableException.swift15 var rootCause: Error? { get } variable
29 var rootCause: Error? { in causedBy() variable
31 return cause.rootCause ?? cause in causedBy()
/expo/packages/expo-modules-core/ios/Tests/
H A DExceptionsSpec.swift76 expect(c.rootCause) === a in spec()
H A DFunctionSpec.swift209 expect(error.rootCause).to(beAKindOf(InvalidArgsNumberException.self)) in spec()
210 let exception = error.rootCause as! InvalidArgsNumberException in spec()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DExceptionsSpec.swift76 expect(c.rootCause) === a in spec()
H A DFunctionSpec.swift209 expect(error.rootCause).to(beAKindOf(InvalidArgsNumberException.self)) in spec()
210 let exception = error.rootCause as! InvalidArgsNumberException in spec()
/expo/ios/versioned/sdk48/ExpoClipboard/Tests/
H A DClipboardModuleSpec.swift312 (error as? Exception)?.rootCause is T in beFailure<Success, Failure, T: Exception>()
/expo/ios/versioned/sdk49/ExpoClipboard/Tests/
H A DClipboardModuleSpec.swift312 (error as? Exception)?.rootCause is T in beFailure<Success, Failure, T: Exception>()
/expo/ios/versioned/sdk47/ExpoClipboard/Tests/
H A DClipboardModuleSpec.swift312 (error as? Exception)?.rootCause is T in beFailure<Success, Failure, T: Exception>()
/expo/packages/expo-clipboard/ios/Tests/
H A DClipboardModuleSpec.swift313 (error as? Exception)?.rootCause is T in beFailure<Success, Failure, T: Exception>()