Exception: Chef::ChefFS::FileSystem::AlreadyExistsError
- Inherits:
-
OperationFailedError
- Object
- StandardError
- FileSystemError
- OperationFailedError
- Chef::ChefFS::FileSystem::AlreadyExistsError
- Defined in:
- lib/chef/chef_fs/file_system/already_exists_error.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from OperationFailedError
Attributes inherited from FileSystemError
Instance Method Summary collapse
-
#initialize(operation, entry, cause = nil) ⇒ AlreadyExistsError
constructor
A new instance of AlreadyExistsError.
Methods inherited from OperationFailedError
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 |