class HTTPX::Connection::HTTP2::GoawayError

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

Methods

Public Class

  1. new

Public Class methods

new()
[show source]
   # File lib/httpx/connection/http2.rb
20 def initialize
21   super(0, :no_error)
22 end