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