Exception: Berkshelf::ChefConnectionError

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

Instance Method Summary collapse

Methods inherited from BerkshelfError

set_status_code

Instance Method Details

#to_sObject



316
317
318
# File 'lib/berkshelf/errors.rb', line 316

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