mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-13 14:44:59 +00:00
11 lines
167 B
Ruby
11 lines
167 B
Ruby
# frozen_string_literal: true
|
|
|
|
# rubocop:disable Cop/CustomErrorClass
|
|
|
|
module Gitlab
|
|
module Graphql
|
|
class StandardGraphqlError < StandardError
|
|
end
|
|
end
|
|
end
|