Home
last modified time | relevance | path

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

/expo/packages/expo-file-system/ios/
H A DFileSystemExceptions.swift11 final class DirectoryNotExistsException: GenericException<String> { class
H A DFileSystemHelpers.swift9 throw DirectoryNotExistsException(directoryPath.path) in ensureFileDirectoryExists()