Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/ios/Swift/Exceptions/
H A DCodedError.swift20 return errorCodeFromString(String(describing: type(of: self)))
45 func errorCodeFromString(_ str: String) -> String { in errorCodeFromString() function
H A DException.swift42 customCode ?? errorCodeFromString(name)
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Exceptions/
H A DCodedError.swift20 return errorCodeFromString(String(describing: type(of: self)))
45 func errorCodeFromString(_ str: String) -> String { in errorCodeFromString() function
H A DException.swift42 customCode ?? errorCodeFromString(name)
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Exceptions/
H A DCodedError.swift20 return errorCodeFromString(String(describing: type(of: self)))
45 func errorCodeFromString(_ str: String) -> String { in errorCodeFromString() function
H A DException.swift42 customCode ?? errorCodeFromString(name)
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Exceptions/
H A DCodedError.swift20 return errorCodeFromString(String(describing: type(of: self)))
45 func errorCodeFromString(_ str: String) -> String { in errorCodeFromString() function
H A DException.swift42 customCode ?? errorCodeFromString(name)