mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-03-04 02:33:06 +08:00
7 lines
85 B
Python
7 lines
85 B
Python
|
class ConfigError(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class InvalidBodyError(Exception):
|
||
|
pass
|