Exception: Stove::CookbookCategoryNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/stove/error.rb

Instance Method Summary collapse

Methods inherited from Error

set_exit_code

Instance Method Details

#messageObject



36
37
38
39
40
# File 'lib/stove/error.rb', line 36

def message
  'The cookbook\'s category could not be inferred from the community site. ' <<
  'If this is a new cookbook, you must specify the category with the ' <<
  '--category flag.'
end