AI_Agro_Support/pipeline/errors.py
Arsham Mirehvandi 099d1e0af9 Initial commit
2026-08-22 08:47:56 +02:00

10 lines
245 B
Python

"""Pipeline-specific exceptions."""
class PipelineError(Exception):
"""Base error for the agronomic pipeline."""
class NoModelConfiguredError(PipelineError):
"""Raised when no disease forecast model exists for the target disease."""