Repository URL to install this package:
# frozen_string_literal: true module GraphQL class AnalysisError < GraphQL::ExecutionError end end