Source code for ralph.mcp.tools.tool_error

"""Base error raised by MCP tool handlers."""

from __future__ import annotations


[docs] class ToolError(Exception): """Base error raised by MCP tool handlers."""