Move OCR queue document requeueing from the view to the model and add proper exception
This commit is contained in:
@@ -11,3 +11,7 @@ class UnpaperError(Exception):
|
||||
Raised by unpaper
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class ReQueueError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user