Exception: Chef::ChefFS::FileSystem::AlreadyExistsError

Inherits:
OperationFailedError show all
Defined in:
lib/chef/chef_fs/file_system/already_exists_error.rb

Direct Known Subclasses

CookbookFrozenError

Instance Attribute Summary

Attributes inherited from OperationFailedError

#operation

Attributes inherited from FileSystemError

#cause, #entry

Instance Method Summary collapse

Methods inherited from OperationFailedError

#message

Constructor Details

#initialize(operation, entry, cause = nil) ⇒ AlreadyExistsError

Returns a new instance of AlreadyExistsError.



25
26
27
# File 'lib/chef/chef_fs/file_system/already_exists_error.rb', line 25

def initialize(operation, entry, cause = nil)
  super(operation, entry, cause)
end