Home
last modified time | relevance | path

Searched refs:FileNotExistsException (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-file-system/ios/
H A DFileSystemHelpers.swift17 throw FileNotExistsException(path) in readFileAsBase64()
47 .causedBy(FileNotExistsException(path)) in removeFile()
H A DFileSystemExceptions.swift5 final class FileNotExistsException: GenericException<String> { class
H A DFileSystemModule.swift155 throw FileNotExistsException(localUrl.path) in definition()