summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/already_exists_error.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-11-17 14:40:33 -0800
committerJohn Keiser <john@johnkeiser.com>2015-12-15 13:01:32 -0800
commit9dbe7491927ecf73d5757179dc6e26c1946f46c0 (patch)
tree231566c67d2a72831126468398b37b4b7b20116c /lib/chef/chef_fs/file_system/already_exists_error.rb
parentb743fcdbd172862386d172b42bbbc31cfe2f4239 (diff)
downloadchef-9dbe7491927ecf73d5757179dc6e26c1946f46c0.tar.gz
Add knife/ChefFS support for policyfiles and policy_groups.
Diffstat (limited to 'lib/chef/chef_fs/file_system/already_exists_error.rb')
-rw-r--r--lib/chef/chef_fs/file_system/already_exists_error.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/chef_fs/file_system/already_exists_error.rb b/lib/chef/chef_fs/file_system/already_exists_error.rb
index bf8994fdf3..e6d4a8fa2c 100644
--- a/lib/chef/chef_fs/file_system/already_exists_error.rb
+++ b/lib/chef/chef_fs/file_system/already_exists_error.rb
@@ -22,9 +22,6 @@ class Chef
module ChefFS
module FileSystem
class AlreadyExistsError < OperationFailedError
- def initialize(operation, entry, cause = nil)
- super(operation, entry, cause)
- end
end
end
end