Searched refs:FileNotWritableException (Results 1 – 3 of 3) sorted by relevance
23 final class FileNotWritableException: GenericException<String> { class
64 throw flag == .read ? FileNotReadableException(path) : FileNotWritableException(path) in ensurePathPermission()
71 throw FileNotWritableException(url.path) in definition()