Public Class methods
new(id, error)
[show source]
# File lib/httpx/connection/http2.rb 14 def initialize(id, error) 15 super("stream #{id} closed with error: #{error}") 16 end