Files
mayan-edms/mayan/apps/document_parsing/exceptions.py
Roberto Rosario 9e40bbbcdc Remove the NoMimetype match exception. Not needed now that this is
a separate app from the OCR app.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
2017-08-24 20:19:43 -04:00

9 lines
133 B
Python

from __future__ import unicode_literals
class ParserError(Exception):
"""
Base exception for file parsers
"""
pass