✨ Created video class
This commit is contained in:
parent
56fedd3beb
commit
65d75815f1
2 changed files with 77 additions and 0 deletions
10
video/exceptions.py
Normal file
10
video/exceptions.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
class InvalidVideoNumberException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class BiliBiliAPIException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class BadVideoException(Exception):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue