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