diff options
Diffstat (limited to 'rq/exceptions.py')
-rw-r--r-- | rq/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rq/exceptions.py b/rq/exceptions.py index ee51753..b84ade1 100644 --- a/rq/exceptions.py +++ b/rq/exceptions.py @@ -30,3 +30,7 @@ class ShutDownImminentException(Exception): class TimeoutFormatError(Exception): pass + + +class AbandonedJobError(Exception): + pass |