4 This module implements exceptions raised in Content Ingestion Server.
7 class NotImplementedException(Exception):
8 def __init__(self, value):
12 return repr(self.value)
14 class FileAlreadyExistsException(Exception):
17 class TranscodingException(Exception):
20 class ThumbExtractionException(Exception):
23 class AVInfoException(Exception):
26 class FileTransferException(Exception):