Home
last modified time | relevance | path

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

/expo/packages/expo-file-system/ios/
H A DFileSystemHelpers.swift42 throw FileCannotDeleteException(path) in removeFile()
46 throw FileCannotDeleteException(path) in removeFile()
H A DFileSystemExceptions.swift35 final class FileCannotDeleteException: GenericException<String> { class