class Protocol::HTTP2::FlowControlError
Raised on invalid flow control frame or command.
Public Class Methods
new(message)
click to toggle source
Calls superclass method
Protocol::HTTP2::ProtocolError::new
# File lib/protocol/http2/error.rb, line 116 def initialize(message) super message, FLOW_CONTROL_ERROR end