lib/graphql/analysis_error.rb



# frozen_string_literal: true
module GraphQL
  class AnalysisError < GraphQL::ExecutionError
  end
end