class Protocol::HTTP2::ProtocolError

recover from this exception, or any exceptions subclassed from it.
which signals termination of the current connection. You cannot
Raised by stream or connection handlers, results in GOAWAY frame

def initialize(message, code = PROTOCOL_ERROR)

def initialize(message, code = PROTOCOL_ERROR)
	super(message)
	
	@code = code
end