mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-22 22:37:57 -05:00
MediaCMS backend, initial commit
This commit is contained in:
4
files/exceptions.py
Normal file
4
files/exceptions.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class VideoEncodingError(Exception):
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.message = args[0]
|
||||
super(VideoEncodingError, self).__init__(*args, **kwargs)
|
||||
Reference in New Issue
Block a user