class Protocol::HTTP2::FlowControlError

def initialize(message)

def initialize(message)
	super message, FLOW_CONTROL_ERROR
end