# encoding: utf-8 # frozen_string_literal: true module Carbon class DiagnosticError < Error end end