Welcome to mirror list, hosted at ThFree Co, Russian Federation.

graphql.rb « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74c04e5380e39b4e89f4a2d6ce7108b11d462160 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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