Exception: ChefZero::DataStore::DataNotFoundError

Inherits:
DataError
  • Object
show all
Defined in:
lib/chef_zero/data_store/data_not_found_error.rb

Instance Attribute Summary

Attributes inherited from DataError

#cause, #path

Instance Method Summary collapse

Constructor Details

#initialize(path, cause = nil) ⇒ DataNotFoundError

Returns a new instance of DataNotFoundError.



24
25
26
# File 'lib/chef_zero/data_store/data_not_found_error.rb', line 24

def initialize(path, cause = nil)
  super
end