Skip to content

Commit 9189e25

Browse files
authored
Add new chapter for Error Wrapping (#22)
* Draft error wrapping example * Draft example and motivation * Draft WrapError * Redesign CanWrapError * Finish section for error wrapper * Draft example use of structured error wrapping * Finish section for structured error wrapping * Finish chapter * Remove draft code * Remove main.rs
1 parent 6b30992 commit 9189e25

File tree

2 files changed

+1196
-1
lines changed

2 files changed

+1196
-1
lines changed

content/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- [Error Handling](error-handling.md)
2525
- [Delegated Error Raisers](delegated-error-raiser.md)
2626
- [Error Reporting](error-reporting.md)
27-
- [Wrapping Errors]()
27+
- [Error Wrapping](error-wrapping.md)
2828
- [Component Presets]()
2929
- [Trait-Generic Providers]()
3030
- [`WithProvider`]()

0 commit comments

Comments
 (0)