class Protocol::HTTP2::FrameSizeError

When the frame payload does not match expectations.

def initialize(message)

@parameter message [String] The error message.
Initialize a frame size error.
def initialize(message)
	super message, FRAME_SIZE_ERROR
end