# frozen_string_literal: true module QiitaTrend module Error class SyntaxError < ::StandardError end end end