lib/shopify_api/errors/no_webhook_handler.rb



# typed: strict
# frozen_string_literal: true

module ShopifyAPI
  module Errors
    class NoWebhookHandler < StandardError
    end
  end
end