Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise exception when file cannot be written on disk
If the file cannot be written on disk, raising an IOError, then we log it as error and raise a DownloadException to be handled be the caller. Add new Exception CouldNotWriteFileOnDiskException. Addresses #8.
- Loading branch information