Exception: RobotLab::ToolError

Inherits:
Error
  • Object
show all
Defined in:
lib/robot_lab/error.rb

Overview

Raised when a tool fails during execution, including inside a Ractor worker.

Examples:

raise ToolError, "Tool 'MyTool' failed: division by zero"