agentic-search / src /agentic_search /exceptions.py
minhhien0811's picture
Publish code and Fair Protocol 500 results
ec1ecb9 verified
Raw
History Blame Contribute Delete
288 Bytes
"""Project-specific exceptions with actionable configuration errors."""
class AgenticSearchError(Exception):
"""Base exception for controlled application failures."""
class ConfigurationError(AgenticSearchError):
"""Raised when a configuration file is missing or invalid."""