8 lines
197 B
Python
8 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
|