Exception: Berkshelf::ChefConnectionError

Inherits:
BerkshelfError show all
Defined in:
lib/berkshelf/errors.rb

Instance Method Summary collapse

Methods inherited from BerkshelfError

status_code

Instance Method Details

#to_sObject



300
301
302
# File 'lib/berkshelf/errors.rb', line 300

def to_s
  'There was an error connecting to the Chef Server'
end