Files
siemens_ragas/rag_eval/execution/errors.py

7 lines
179 B
Python
Raw Normal View History

2026-06-12 14:02:15 +08:00
"""Custom exceptions raised during scenario execution."""
class ScenarioExecutionError(RuntimeError):
"""Raised when a scenario cannot be executed successfully."""
pass