Exception: Chef::ChefFS::FileSystem::CookbookFrozenError

Inherits:
AlreadyExistsError show all
Defined in:
lib/chef/chef_fs/file_system/cookbook_frozen_error.rb

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) ⇒ 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