class

PgORM::Error::ChangefeedClosed

Inherits PgORM::Error < Exception < Reference < Object

Raised when attempting to use a changefeed that has been closed.

Example

feed = User.changes
feed.stop
feed.next # Raises ChangefeedClosed