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