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