class Chef::ChefFS::FileSystem::AlreadyExistsError

Public Class Methods

new(operation, entry, cause = nil) click to toggle source
Calls superclass method
# File lib/chef/chef_fs/file_system/already_exists_error.rb, line 25
def initialize(operation, entry, cause = nil)
  super(operation, entry, cause)
end