Commit d1a17cc
committed
Implement the new
The new `InvalidTypeException` is used to replace the legacy `TypeLoadException` (2d0047e). This ensures that callers can catch the general `TopicMappingException`, which this derives from, in order to catch these errors—whereas `TypeLoadException` derived from a different exception—while still allowing callers to catch this specific exception, if appropriate.InvalidTypeException
1 parent 2d0047e commit d1a17cc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
758 | | - | |
| 758 | + | |
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
| |||
0 commit comments