lib/protocol/http2/error.rb in protocol-http2-0.18.0 vs lib/protocol/http2/error.rb in protocol-http2-0.19.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2019-2023, by Samuel Williams. +# Copyright, 2019-2024, by Samuel Williams. -require 'protocol/http/error' +require "protocol/http/error" module Protocol module HTTP2 # Status codes as defined by <https://tools.ietf.org/html/rfc7540#section-7>. class Error < HTTP::Error