Exception: Pgoutput::Client::ConnectionError

Inherits:
Error
  • Object
show all
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.