Method: Chef::ChefFS::FileSystem::NonexistentFSObject#read

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

#readObject



34
35
36
# File 'lib/chef/chef_fs/file_system/nonexistent_fs_object.rb', line 34

def read
  raise Chef::ChefFS::FileSystem::NotFoundError, "Nonexistent #{path_for_printing}"
end