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