# typed: strict # frozen_string_literal: true module ShopifyAPI module Errors class MissingRequiredArgumentError < StandardError end end end