Class: Ukiryu::Errors::ProfileNotFoundError

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

Overview

Profile errors

Constant Summary

Constants inherited from StandardError

StandardError::FILENO

Instance Method Summary collapse

Methods inherited from StandardError

stderr?

Instance Method Details

#suggestionsObject



51
52
53
54
55
56
57
# File 'lib/ukiryu/errors.rb', line 51

def suggestions
  [
    'Check tool definition has profile for your platform',
    'Verify tool definition has profile for your shell',
    'Try specifying platform/shell explicitly'
  ]
end