Exception: HttpConnectionPool::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/http_connection_pool/errors.rb

Overview

Root of every error raised by this gem’s pool/registry layer. Rescue this to catch any failure that originates here. Request-body errors from http.rb (HTTP::Error and subclasses) are NOT remapped — they propagate raw, since a request made inside a ‘with`/`with_connection` block is the caller’s own.