Source code for ralph.mcp.tools._git_execution_error

"""ExecutionError for the git read MCP tool."""

from __future__ import annotations

from ralph.mcp.tools.coordination import ToolError


[docs] class ExecutionError(ToolError): """Raised when a git subprocess cannot be started or fails."""