# frozen_string_literal: true module Lite module Query class NotImplementedError < StandardError; end end end