Home
last modified time | relevance | path

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

/expo/packages/expo-file-system/ios/
H A DFileSystemExceptions.swift17 final class FileNotReadableException: GenericException<String> { class
H A DFileSystemHelpers.swift64 throw flag == .read ? FileNotReadableException(path) : FileNotWritableException(path) in ensurePathPermission()
H A DFileSystemModule.swift57 throw FileNotReadableException(url.path) in definition()