Protocol::HTTP2SourceProtocolHTTP2HeaderError

class HeaderError

Represents a header processing error.

Definitions

def initialize(message)

Initialize a header error.

Signature

parameter message String

The error message.

Implementation

def initialize(message)
	super(message)
end