]> p2p-next.cs.pub.ro Git - living-lab-site.git/blobdiff - cis/cis_exceptions.py
cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / cis / cis_exceptions.py
index 89cbb09f8ff6d926d02a41b9f17ad10786b41e79..11fbf8af9dedea934509fea46aa0986fe3d7403e 100644 (file)
@@ -11,5 +11,17 @@ class NotImplementedException(Exception):
     def __str__(self):
         return repr(self.value)
 
+class FileAlreadyExistsException(Exception):
+    pass
+
 class TranscodingException(Exception):
     pass
+
+class ThumbExtractionException(Exception):
+    pass
+
+class AVInfoException(Exception):
+    pass
+
+class FileTransferException(Exception):
+    pass