Exception: Chef::ChefFS::FileSystem::NotFoundError

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

Instance Attribute Summary

Attributes inherited from FileSystemError

#cause, #entry

Instance Method Summary collapse

Constructor Details

#initialize(entry, cause = nil) ⇒ NotFoundError

Returns a new instance of NotFoundError.



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

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