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
Inherits PgORM::Error < Exception < Reference < Object
Raised when attempting to use a changefeed that has been closed.
feed = User.changes
feed.stop
feed.next # Raises ChangefeedClosed