Commit 1efbebd
committed
exc(refactor) Remove unused worktree exception classes
why: WorktreeExistsError, WorktreeRefNotFoundError, and WorktreeDirtyError
are never imported, raised, or caught anywhere in the codebase. The worktree
sync code uses WorktreeSyncResult entries with error strings instead.
what:
- Remove WorktreeExistsError class
- Remove WorktreeRefNotFoundError class
- Remove WorktreeDirtyError class
- Keep WorktreeError (base) and WorktreeConfigError (actively used)1 parent bec05d7 commit 1efbebd
1 file changed
+0
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 20 | | |
48 | 21 | | |
49 | 22 | | |
50 | 23 | | |
51 | 24 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
0 commit comments