Home
last modified time | relevance | path

Searched refs:EnumCastingException (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-modules-core/ios/Tests/
H A DEnumerableSpec.swift21 throwError(errorType: EnumCastingException.self) in spec()
24 throwError(errorType: EnumCastingException.self) in spec()
H A DDynamicTypeSpec.swift200 throwError(errorType: EnumCastingException.self) in spec()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DEnumerableSpec.swift21 throwError(errorType: EnumCastingException.self) in spec()
24 throwError(errorType: EnumCastingException.self) in spec()
H A DDynamicTypeSpec.swift200 throwError(errorType: EnumCastingException.self) in spec()
/expo/packages/expo-modules-core/ios/Swift/Arguments/
H A DEnumerable.swift34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>()
54 internal class EnumCastingException: GenericException<(type: Any.Type, value: Any)> { class
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Arguments/
H A DEnumerable.swift34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>()
54 internal class EnumCastingException: GenericException<(type: Any.Type, value: Any)> { class
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Arguments/
H A DEnumerable.swift34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>()
54 internal class EnumCastingException: GenericException<(type: Any.Type, value: Any)> { class
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Arguments/
H A DEnumerable.swift34 throw EnumCastingException((type: RawValue.self, value: rawValue)) in create<ArgType>()
68 internal class EnumCastingException: GenericException<(type: Any.Type, value: Any)> { class