Exception: Pgoutput::Client::ConnectionError
- Defined in:
- lib/pgoutput/client/errors.rb
Overview
Raised when a PostgreSQL replication connection operation fails.
Connection converts PG::Error instances into this error so public
callers do not need to depend on the PostgreSQL driver's exception classes
for transport-level handling.