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