Method: Chef::ChefFS::FileSystem::OperationFailedError#initialize

Defined in:
lib/chef/chef_fs/file_system/operation_failed_error.rb

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

Returns a new instance of OperationFailedError.



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

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