Class: Ukiryu::Errors::ExecutableNotFoundError

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

Constant Summary

Constants inherited from StandardError

StandardError::FILENO

Instance Method Summary collapse

Methods inherited from StandardError

stderr?

Instance Method Details

#suggestionsObject



118
119
120
121
122
123
124
# File 'lib/ukiryu/errors.rb', line 118

def suggestions
  [
    'Install the tool (e.g., brew install imagemagick)',
    'Add executable to PATH',
    'Configure search_paths in tool definition'
  ]
end