Searched refs:ChainableException (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-modules-core/ios/Swift/Exceptions/ |
| H A D | ChainableException.swift | 6 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 D | Exception.swift | 3 open class Exception: CodedError, ChainableException, CustomStringConvertible, CustomDebugStringCon…
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Exceptions/ |
| H A D | ChainableException.swift | 6 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 D | Exception.swift | 3 open class Exception: CodedError, ChainableException, CustomStringConvertible, CustomDebugStringCon…
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Exceptions/ |
| H A D | ChainableException.swift | 6 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 D | Exception.swift | 3 open class Exception: CodedError, ChainableException, CustomStringConvertible, CustomDebugStringCon…
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Exceptions/ |
| H A D | ChainableException.swift | 6 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 D | Exception.swift | 3 open class Exception: CodedError, ChainableException, CustomStringConvertible, CustomDebugStringCon…
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ExceptionsSpec.swift | 105 if let chainableException = next as? ChainableException { in testChainedExceptionTypes()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ExceptionsSpec.swift | 105 if let chainableException = next as? ChainableException { in testChainedExceptionTypes()
|