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