class Protocol::HTTP2::FlowControlError

Raised on invalid flow control frame or command.

def initialize(message)

def initialize(message)
	super message, FLOW_CONTROL_ERROR
end