Exception: Chef::ChefFS::FileSystem::MustDeleteRecursivelyError

Inherits:
FileSystemError show all
Defined in:
lib/chef/chef_fs/file_system/must_delete_recursively_error.rb

Instance Attribute Summary

Attributes inherited from FileSystemError

#cause

Instance Method Summary collapse

Constructor Details

#initialize(cause = nil) ⇒ MustDeleteRecursivelyError

Returns a new instance of MustDeleteRecursivelyError.



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

def initialize(cause = nil)
  super(cause)
end