class Chef::Exceptions::FileContentStagingError

Can not create staging file during file deployment

Public Class Methods

new(errors) click to toggle source
Calls superclass method
# File lib/chef/exceptions.rb, line 182
def initialize(errors)
  super "Staging tempfile can not be created during file deployment.\n Errors: #{errors.join('\n')}!"
end