| 9 | } |
| 10 | |
| 11 | export class ElectronPersistenceError extends Error { |
| 12 | readonly code: string | undefined |
| 13 | |
| 14 | constructor(message: string, options?: ElectronPersistenceErrorOptions) { |
nothing calls this directly
no outgoing calls
no test coverage detected