mirror of
https://github.com/haraldh/chainerror.git
synced 2025-05-30 05:28:08 +02:00
docs: use new names
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
55c16d7867
commit
82257c881a
27 changed files with 74 additions and 76 deletions
|
@ -21,7 +21,7 @@ which gives us a lot more detail.
|
|||
|
||||
To create your own Errors, you might find [crates](https://crates.io) which create enum `Display+Debug` via derive macros.
|
||||
|
||||
Also noteworthy is [custom_error](https://crates.io/crates/custom_error) to define your custom errors,
|
||||
Also, noteworthy is [custom_error](https://crates.io/crates/custom_error) to define your custom errors,
|
||||
which can then be used with `chainerror`.
|
||||
|
||||
~~~rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue