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