lib/http/2/error.rb in http-2-0.11.0 vs lib/http/2/error.rb in http-2-0.12.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module HTTP2 # Stream, connection, and compressor exceptions. module Error class Error < StandardError; end