Parent

Methods

Class/Module Index [+]

Quicksearch

ChefZero::DataStore::DataError

Attributes

cause[R]
path[R]

Public Class Methods

new(path, cause = nil) click to toggle source
# File lib/chef_zero/data_store/data_error.rb, line 22
def initialize(path, cause = nil)
  @path = path
  @cause = cause
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.