10 lines
174 B
Python
10 lines
174 B
Python
class InvalidVideoIdException(Exception):
|
|
'''
|
|
Thrown when the video_id is not exist (VideoInfo).
|
|
'''
|
|
pass
|
|
|
|
|
|
class UnknownConnectionError(Exception):
|
|
pass
|