diff --git a/errors.py b/errors.py index 13271545..49a26011 100644 --- a/errors.py +++ b/errors.py @@ -49,5 +49,6 @@ class VideoIsNotReady(Exception): class PrivateError(Exception): pass + class PastDateError(Exception): pass