CIS FFmpeg API implemented
[living-lab-site.git] / cis / cis_exceptions.py
index 7bf1266..89cbb09 100644 (file)
@@ -10,3 +10,6 @@ class NotImplementedException(Exception):
 
     def __str__(self):
         return repr(self.value)
+
+class TranscodingException(Exception):
+    pass