Exception: Clearbooks::NoAPISourcesDefined

Inherits:
ClearbooksError show all
Defined in:
lib/clearbooks/error/errors.rb

Instance Method Summary collapse

Methods inherited from ClearbooksError

status_code

Instance Method Details

#to_sObject



218
219
220
221
222
223
# File 'lib/clearbooks/error/errors.rb', line 218

def to_s
  "Your Clearbooksfile does not define any API sources! You must define " \
  "at least one source in order to download cookbooks. To add the " \
  "default Clearbooks API server, add the following code to the top of " \
  "your Clearbooksfile:"
end