class Berkshelf::ChefConnectionError

Public Instance Methods

to_s() click to toggle source
# File lib/berkshelf/errors.rb, line 318
def to_s
  "There was an error connecting to the Chef Server"
end