class Protocol::HTTP2::StreamClosed

Represents an error for operations on closed streams.

def initialize(message)

@parameter message [String] The error message.
Initialize a stream closed error.
def initialize(message)
	super message, STREAM_CLOSED
end