Commit 0b76afc
committed
Make MismatchError a base Exception
This allows mismatches to avoid being caught by bare rescue's which
should help make them more visible in the face of code which chooses to
use such a general rescue strategy.1 parent 3463724 commit 0b76afc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments