papis-extract/papis_extract/exceptions.py

9 lines
197 B
Python

class ExtractionError(Exception):
"""Raised for exceptions during extraction.
Something went wrong during the extraction process in the extractor
run routine itself.
"""
pass