forked from mirrors/cbz
Support remote files + binary files
This commit is contained in:
@@ -12,3 +12,7 @@ class MissingPageFile(PyCBZHelperException):
|
||||
|
||||
class InvalidFilePermission(PyCBZHelperException):
|
||||
"""Unable to delete existing file."""
|
||||
|
||||
|
||||
class FileNotFound(PyCBZHelperException):
|
||||
"""The specified source file was not found."""
|
||||
|
||||
Reference in New Issue
Block a user