mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-07 23:02:39 +02:00
7 lines
209 B
Python
7 lines
209 B
Python
|
|
class EtlParseError(Exception):
|
||
|
|
"""Raised when an ETL parser fails to produce content."""
|
||
|
|
|
||
|
|
|
||
|
|
class EtlServiceUnavailableError(Exception):
|
||
|
|
"""Raised when the configured ETL_SERVICE is not recognised."""
|