Class: Ukiryu::Errors::ProfileLoadError

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



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