Sha256: 21ee6ea94c6fe47392d4e5bfb507b8c12fff9f09e50d1d0b0fc8b3286398cb08
Contents?: true
Size: 118 Bytes
Versions: 2
Compression:
Stored size: 118 Bytes
Contents
# frozen_string_literal: true module HTTPX Error = Class.new(StandardError) TimeoutError = Class.new(Error) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
httpx-0.0.2 | lib/httpx/errors.rb |
httpx-0.0.1 | lib/httpx/errors.rb |