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: 04a89432230843b48533275ed810eb36281bfdd9 (plain)
1
2
3
4
5
module Gitlab
  module Graphql
    StandardGraphqlError = Class.new(StandardError)
  end
end