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