lib/protocol/http1/error.rb in protocol-http1-0.22.0 vs lib/protocol/http1/error.rb in protocol-http1-0.23.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
# Released under the MIT License.
# Copyright, 2019-2024, by Samuel Williams.
-require 'protocol/http/error'
+require "protocol/http/error"
module Protocol
module HTTP1
class Error < HTTP::Error
end