Class: Ukiryu::Errors::ToolNotFoundError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Ukiryu::Errors::ToolNotFoundError
- Defined in:
- lib/ukiryu/errors.rb
Overview
Tool errors
Constant Summary
Constants inherited from StandardError
Instance Method Summary collapse
Methods inherited from StandardError
Instance Method Details
#suggestions ⇒ Object
108 109 110 111 112 113 114 |
# File 'lib/ukiryu/errors.rb', line 108 def suggestions [ 'Check tool name spelling', 'Verify register path is correct', 'List available tools: Ukiryu::Register.tool_names' ] end |