| 110 | * Error with database operations |
| 111 | */ |
| 112 | export class DatabaseError extends CodeGraphError { |
| 113 | readonly operation: string; |
| 114 | |
| 115 | constructor(message: string, operation: string, cause?: Error) { |
nothing calls this directly
no outgoing calls
no test coverage detected