lib/http/2/error.rb in http-2-0.6.3 vs lib/http/2/error.rb in http-2-0.7.0

- old
+ new

@@ -16,15 +16,9 @@ # Raised on any header encoding / decoding exception. # # @see ProtocolError class CompressionError < ProtocolError; end - # Raised on invalid reference for current compression context: the - # client and server contexts are out of sync. - # - # @see ProtocolError - class HeaderException < ProtocolError; end - # Raised on invalid flow control frame or command. # # @see ProtocolError class FlowControlError < ProtocolError; end