Exception: HTTPX::Connection::HTTP2::GoawayError

Inherits:
Error
  • Object
show all
Defined in:
lib/httpx/connection/http2.rb,
sig/connection/http2.rbs

Instance Method Summary collapse

Constructor Details

#initialize(code = :no_error) ⇒ GoawayError

Returns a new instance of GoawayError.

Parameters:

  • code (Symbol) (defaults to: :no_error)


26
27
28
# File 'lib/httpx/connection/http2.rb', line 26

def initialize(code = :no_error)
  super(0, code)
end