Exception: Fox::NoAPISourcesDefined
- Defined in:
- lib/fox/error/errors.rb
Instance Method Summary collapse
Methods inherited from FoxError
Instance Method Details
#to_s ⇒ Object
217 218 219 220 221 222 |
# File 'lib/fox/error/errors.rb', line 217 def to_s "Your Foxfile does not define any API sources! You must define " \ "at least one source in order to download cookbooks. To add the " \ "default Fox API server, add the following code to the top of " \ "your Foxfile:" end |