Files
pytchat-fork/exceptions.py
taizan-hokuto 99423ddcd0 Add files
2020-04-15 23:40:41 +09:00

10 lines
174 B
Python

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