UNPKG

@dwwoelfel/lds

Version:

Logical decoding server for PostgreSQL, monitors for new/edited/deleted rows and announces them to interested clients.

6 lines (5 loc) 154 B
export default class FatalError extends Error { fatal: boolean; originalError?: Error; constructor(message: string, originalError?: Error); }