Add setup.py
This commit is contained in:
9
yvi/exceptions.py
Normal file
9
yvi/exceptions.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class InvalidVideoIdException(Exception):
|
||||
'''
|
||||
Thrown when the video_id is not exist (VideoInfo).
|
||||
'''
|
||||
pass
|
||||
|
||||
|
||||
class UnknownConnectionError(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user