class Berkshelf::MissingLockfileCookbookVersion

def to_s

def to_s
  super + " " \
  "This can happen if the remote cookbook has been deleted or if the sources inside the Berksfile have changed. " \
  "Please run `berks update #{@name}` to resolve to a valid version."
end