class FrameSizeError
	
	
	When the frame payload does not match expectations.
Definitions
def initialize(message)
Initialize a frame size error.
Signature
	- 
					parameter 
messageString The error message.
Implementation
						def initialize(message)
	super message, FRAME_SIZE_ERROR
end