Files
pytchat-fork/yvi/exceptions.py
taizan-hokuto 1100346971 Add setup.py
2020-04-16 23:18:58 +09:00

10 lines
174 B
Python

class InvalidVideoIdException(Exception):
'''
Thrown when the video_id is not exist (VideoInfo).
'''
pass
class UnknownConnectionError(Exception):
pass