feat(editor): Refactor and unify executions views (no-changelog) (#8538)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ApplicationError } from 'n8n-workflow';
|
||||
|
||||
export class PostgresLiveRowsRetrievalError extends ApplicationError {
|
||||
constructor(rows: unknown) {
|
||||
super('Failed to retrieve live execution rows in Postgres', { extra: { rows } });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user