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

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

Instance Method Summary collapse

Constructor Details

#initializeGoawayError

Returns a new instance of GoawayError.



20
21
22
# File 'lib/httpx/connection/http2.rb', line 20

def initialize
  super(0, :no_error)
end