class
PgORM::Error::ChangefeedClosed
- PgORM::Error::ChangefeedClosed
- PgORM::Error
- Exception
- Reference
- Object
Overview
Raised when attempting to use a changefeed that has been closed.
Example
feed = User.changes
feed.stop
feed.next # Raises ChangefeedClosed