Added Graphics magick support by means of user selectable graphic convertion backends
This commit is contained in:
18
apps/converter/exceptions.py
Normal file
18
apps/converter/exceptions.py
Normal file
@@ -0,0 +1,18 @@
|
||||
class ConvertError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class UnknownFormat(ConvertError):
|
||||
pass
|
||||
|
||||
|
||||
class UnpaperError(ConvertError):
|
||||
pass
|
||||
|
||||
|
||||
class IdentifyError(ConvertError):
|
||||
pass
|
||||
|
||||
|
||||
class UnkownConvertError(ConvertError):
|
||||
pass
|
||||
Reference in New Issue
Block a user