Exception: ChefZero::DataStore::DataAlreadyExistsError

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

Instance Attribute Summary

Attributes inherited from DataError

#cause, #path

Instance Method Summary collapse

Constructor Details

#initialize(path, cause = nil) ⇒ DataAlreadyExistsError

Returns a new instance of DataAlreadyExistsError.



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

def initialize(path, cause = nil)
  super
end