Source code for ralph.mcp.tools.bridge._tool_dispatch_error

"""ToolDispatchError exception."""

from __future__ import annotations

from ralph.mcp.tools.bridge._tool_bridge_error import ToolBridgeError


[docs] class ToolDispatchError(ToolBridgeError): """Raised when tool dispatch fails."""