Files

7 lines
179 B
Python
Raw Permalink 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