Exception: Chef::ChefFS::FileSystem::MustDeleteRecursivelyError
- Inherits:
-
FileSystemError
- Object
- StandardError
- FileSystemError
- Chef::ChefFS::FileSystem::MustDeleteRecursivelyError
- Defined in:
- lib/chef/chef_fs/file_system/must_delete_recursively_error.rb
Instance Attribute Summary
Attributes inherited from FileSystemError
Instance Method Summary collapse
-
#initialize(cause = nil) ⇒ MustDeleteRecursivelyError
constructor
A new instance of MustDeleteRecursivelyError.
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 |