class FrameSizeError < ProtocolError

Inherits from
ProtocolError: .for, .message_for

When the frame payload does not match expectations.

Definitions

def initialize(message)

Initialize a frame size error.

Signature

parameter message String

The error message.

Implementation

def initialize(message)
	super message, FRAME_SIZE_ERROR
end