Class: Ukiryu::Errors::ExecutableNotFoundError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Ukiryu::Errors::ExecutableNotFoundError
- Defined in:
- lib/ukiryu/errors.rb
Constant Summary
Constants inherited from StandardError
Instance Method Summary collapse
Methods inherited from StandardError
Instance Method Details
#suggestions ⇒ Object
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 |