first commit
This commit is contained in:
6
rag_eval/execution/errors.py
Normal file
6
rag_eval/execution/errors.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Custom exceptions raised during scenario execution."""
|
||||
|
||||
class ScenarioExecutionError(RuntimeError):
|
||||
"""Raised when a scenario cannot be executed successfully."""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user