class FlowControlError < ProtocolError

Inherits from
ProtocolError: .for, .message_for

Raised on invalid flow control frame or command.

Definitions

def initialize(message)

Initialize a flow control error.

Signature

parameter message String

The error message.

Implementation

def initialize(message)
	super message, FLOW_CONTROL_ERROR
end