# frozen_string_literal: true module HashPivot module Error class NotImplementedError < StandardError; end end end