c443133e77
This allows us to report JSON parse exceptions to clients and ignore them in sentry.
5 lines
93 B
Ruby
5 lines
93 B
Ruby
module Gitlab
|
|
module Graphql
|
|
StandardGraphqlError = Class.new(StandardError)
|
|
end
|
|
end
|