Exception: Clearbooks::NoAPISourcesDefined
- Inherits:
-
ClearbooksError
- Object
- StandardError
- ClearbooksError
- Clearbooks::NoAPISourcesDefined
- Defined in:
- lib/clearbooks/error/errors.rb
Instance Method Summary collapse
Methods inherited from ClearbooksError
Instance Method Details
#to_s ⇒ Object
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 |