X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=blobdiff_plain;f=cis%2Fcis_exceptions.py;h=11fbf8af9dedea934509fea46aa0986fe3d7403e;hp=33c314f39ab8b623e7f5ac245b66e20c6adbe225;hb=080b37a97e93691b3ba1c4aa3982a143167115a7;hpb=a95dd065bbaaf656f69903e9a3eed83c326c1437 diff --git a/cis/cis_exceptions.py b/cis/cis_exceptions.py index 33c314f..11fbf8a 100644 --- a/cis/cis_exceptions.py +++ b/cis/cis_exceptions.py @@ -11,8 +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