Source code for ralph.mcp.tools._exec_execution_error

"""ExecutionError for the exec MCP tool."""

from __future__ import annotations

from ralph.mcp.tools.coordination import ToolError


[docs] class ExecutionError(ToolError): """Raised when the exec subprocess cannot be started or times out."""