Exception: HTTPX::Connection::HTTP2::PingError

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

Instance Method Summary collapse

Constructor Details

#initializePingError



22
23
24
# File 'lib/httpx/connection/http2.rb', line 22

def initialize
  super(0, :ping_error)
end