class Protocol::HTTP2::StreamClosed
Represents an error for operations on closed streams.
def initialize(message)
Initialize a stream closed error.
def initialize(message) super message, STREAM_CLOSED end
Represents an error for operations on closed streams.
def initialize(message) super message, STREAM_CLOSED end