# frozen_string_literal: true # Released under the MIT License. # Copyright, 2016-2024, by Samuel Williams. module HTTP module Accept class ParseError < ArgumentError end end end