Exception: Stove::CookbookCategoryNotFound
- Defined in:
- lib/stove/error.rb
Instance Method Summary collapse
Methods inherited from Error
Instance Method Details
#message ⇒ Object
36 37 38 39 40 |
# File 'lib/stove/error.rb', line 36 def '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 |