Files
mayan-edms/mayan/apps/ocr/exceptions.py

17 lines
204 B
Python

class OCRError(Exception):
"""
Raised by the OCR backend
"""
pass
class UnpaperError(Exception):
"""
Raised by unpaper
"""
pass
class ReQueueError(Exception):
pass