7 lines
97 B
Python
7 lines
97 B
Python
|
class DurationLimitError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class FFmpegReturnCodeError(Exception):
|
||
|
pass
|