summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system/exceptions.rb')
-rw-r--r--lib/chef/chef_fs/file_system/exceptions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/chef_fs/file_system/exceptions.rb b/lib/chef/chef_fs/file_system/exceptions.rb
index 8f6ce64f02..9c1c4dbfe3 100644
--- a/lib/chef/chef_fs/file_system/exceptions.rb
+++ b/lib/chef/chef_fs/file_system/exceptions.rb
@@ -78,8 +78,8 @@ class Chef
@operation = operation
end
- attr_reader :operation
- attr_reader :entry
+ attr_reader :operation, :entry
+
end
class AlreadyExistsError < OperationFailedError; end