Class: Ukiryu::Errors::ProfileLoadError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Ukiryu::Errors::ProfileLoadError
- 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
61 62 63 64 65 66 67 |
# File 'lib/ukiryu/errors.rb', line 61 def suggestions [ 'Verify YAML syntax is correct', 'Check profile structure matches schema', 'Review error message for specific issue' ] end |