| export class WorktreeRepositoryError extends Error { | |
| constructor(message: string, options?: ErrorOptions) { | |
| super(message, options); | |
| this.name = "WorktreeRepositoryError"; | |
| } | |
| } | |
| export class WorktreeRepositoryError extends Error { | |
| constructor(message: string, options?: ErrorOptions) { | |
| super(message, options); | |
| this.name = "WorktreeRepositoryError"; | |
| } | |
| } | |