class ChefZero::DataStore::DataNotFoundError

Public Class Methods

new(path, cause = nil) click to toggle source
Calls superclass method ChefZero::DataStore::DataError.new
# File lib/chef_zero/data_store/data_not_found_error.rb, line 24
def initialize(path, cause = nil)
  super
end