# frozen_string_literal: true

module Gitlab
  module Graphql
    StandardGraphqlError = Class.new(StandardError)
  end
end