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

Instance Method Summary collapse

Constructor Details

#initialize(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(cause = nil)
  super(cause)
end