class HTTPX::Connection::HTTP2::PingError

  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
22 def initialize
23   super(0, :ping_error)
24 end