Home
last modified time | relevance | path

Searched refs:ChainableException (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-modules-core/ios/Swift/Exceptions/
H A DChainableException.swift6 public protocol ChainableException: Error, AnyObject { protocol
28 public extension ChainableException { in causedBy()
30 if let cause = cause as? ChainableException { in causedBy()
46 if let cause = cause as? ChainableException { in causedBy()
H A DException.swift3 open class Exception: CodedError, ChainableException, CustomStringConvertible, CustomDebugStringCon…
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Exceptions/
H A DChainableException.swift6 public protocol ChainableException: Error, AnyObject { protocol
28 public extension ChainableException { in causedBy()
30 if let cause = cause as? ChainableException { in causedBy()
46 if let cause = cause as? ChainableException { in causedBy()
H A DException.swift3 open class Exception: CodedError, ChainableException, CustomStringConvertible, CustomDebugStringCon…
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Exceptions/
H A DChainableException.swift6 public protocol ChainableException: Error, AnyObject { protocol
28 public extension ChainableException { in causedBy()
30 if let cause = cause as? ChainableException { in causedBy()
46 if let cause = cause as? ChainableException { in causedBy()
H A DException.swift3 open class Exception: CodedError, ChainableException, CustomStringConvertible, CustomDebugStringCon…
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Exceptions/
H A DChainableException.swift6 public protocol ChainableException: Error, AnyObject { protocol
28 public extension ChainableException { in causedBy()
30 if let cause = cause as? ChainableException { in causedBy()
46 if let cause = cause as? ChainableException { in causedBy()
H A DException.swift3 open class Exception: CodedError, ChainableException, CustomStringConvertible, CustomDebugStringCon…
/expo/packages/expo-modules-core/ios/Tests/
H A DExceptionsSpec.swift105 if let chainableException = next as? ChainableException { in testChainedExceptionTypes()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DExceptionsSpec.swift105 if let chainableException = next as? ChainableException { in testChainedExceptionTypes()