# File lib/chef_zero/data_store/v1_to_v2_adapter.rb, line 54 def set(path, data, *options) raise DataNotFoundError.new(path) if skip_organizations?(path) fix_exceptions do real_store.set(path[2..-1], data, *options) end end