Class: Ukiryu::Errors::ToolNotFoundError

Inherits:
Error show all
Defined in:
lib/ukiryu/errors.rb

Overview

Tool errors

Constant Summary

Constants inherited from StandardError

StandardError::FILENO

Instance Method Summary collapse

Methods inherited from StandardError

stderr?

Instance Method Details

#suggestionsObject



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