class HTTPX::Connection::HTTP2::Error

  1. lib/httpx/connection/http2.rb
Superclass: Error

Methods

Public Class

  1. new

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