Source code for ralph.mcp.websearch.backends._web_search_error

"""WebSearchError — raised when a web-search backend fails."""

from __future__ import annotations


[docs] class WebSearchError(RuntimeError): """Raised when a web-search backend fails."""
__all__ = ["WebSearchError"]