Commit e8c7ca8
committed
textframe(fix): Inherit ContentOverflowError from LibTmuxException
why: Follow established exception pattern for libtmux exceptions
what:
- Add LibTmuxException as base class alongside ValueError
- Matches pattern of AdjustmentDirectionRequiresAdjustment, etc.
- Enables catching all libtmux exceptions with LibTmuxException1 parent cdb274f commit e8c7ca8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments