class FlowControlError
	
	
	Raised on invalid flow control frame or command.
Definitions
def initialize(message)
Initialize a flow control error.
Signature
	- 
					parameter 
messageString The error message.
Implementation
						def initialize(message)
	super message, FLOW_CONTROL_ERROR
end