mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
added PastDateError
this new exception is used when checking if the date specified is in the future for /calendar events
This commit is contained in:
parent
553d658ce0
commit
47ecd7da1f
1 changed files with 3 additions and 0 deletions
|
@ -48,3 +48,6 @@ class VideoIsNotReady(Exception):
|
|||
|
||||
class PrivateError(Exception):
|
||||
pass
|
||||
|
||||
class PastDateError(Exception):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue