Home
last modified time | relevance | path

Searched refs:InvalidFileUrlException (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-file-system/ios/
H A DFileSystemModule.swift78 throw InvalidFileUrlException(url) in definition()
87 throw InvalidFileUrlException(fromUrl) in definition()
90 throw InvalidFileUrlException(toUrl) in definition()
110 throw InvalidFileUrlException(fromUrl) in definition()
116 throw InvalidFileUrlException(url) in definition()
125 throw InvalidFileUrlException(url) in definition()
152 throw InvalidFileUrlException(localUrl) in definition()
H A DFileSystemExceptions.swift41 final class InvalidFileUrlException: GenericException<URL> { class