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

"""Base exception for tool bridge failures."""

from __future__ import annotations


[docs] class ToolBridgeError(Exception): """Base exception for tool bridge failures."""