class Protocol::HTTP2::FrameSizeError

When the frame payload does not match expectations.

def initialize(message)

def initialize(message)
	super message, FRAME_SIZE_ERROR
end