lib/shopify_api/errors/feature_deprecated_error.rb



# typed: strict
# frozen_string_literal: true

module ShopifyAPI
  module Errors
    class FeatureDeprecatedError < StandardError
    end
  end
end