Exception: Chef::ChefFS::FileSystem::CookbookFrozenError
- Inherits:
-
AlreadyExistsError
- Object
- StandardError
- FileSystemError
- OperationFailedError
- AlreadyExistsError
- Chef::ChefFS::FileSystem::CookbookFrozenError
- Defined in:
- lib/chef/chef_fs/file_system/cookbook_frozen_error.rb
Instance Attribute Summary
Attributes inherited from OperationFailedError
Attributes inherited from FileSystemError
Instance Method Summary collapse
-
#initialize(operation, entry, cause = nil) ⇒ CookbookFrozenError
constructor
A new instance of CookbookFrozenError.
Methods inherited from OperationFailedError
Constructor Details
#initialize(operation, entry, cause = nil) ⇒ CookbookFrozenError
Returns a new instance of CookbookFrozenError.
25 26 27 |
# File 'lib/chef/chef_fs/file_system/cookbook_frozen_error.rb', line 25 def initialize(operation, entry, cause = nil) super(operation, entry, cause) end |