mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 21:41:03 +00:00
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