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



318
319
320
# File 'lib/berkshelf/errors.rb', line 318

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