Exception: RobotLab::ToolNotFoundError

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

Overview

Raised when a requested tool is not found in the manifest.

Examples:

raise ToolNotFoundError, "Tool 'unknown_tool' not found"