SurfSense/surfsense_backend/app/etl_pipeline/exceptions.py

6 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."""