(error: unknown)
| 129 | } |
| 130 | |
| 131 | protected onError(error: unknown): never { |
| 132 | debug('Error in performIO: %O', error) |
| 133 | throw new DriverAdapterError(convertDriverError(error)) |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | class PgTransaction extends PgQueryable<TransactionClient> implements Transaction { |
no test coverage detected