class HTTPX::Connection::HTTP2::GoawayError

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

Methods

Public Class

  1. new

Public Class methods

new(code = :no_error)
[show source]
   # File lib/httpx/connection/http2.rb
26 def initialize(code = :no_error)
27   super(0, code)
28 end