Skip to content

Commit 8289e0c

Browse files
committed
Add Related projects
1 parent 2d55cb5 commit 8289e0c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,24 @@ import logProcessErrors from 'log-process-errors'
292292
logProcessErrors({ colors: false })
293293
```
294294

295+
# Related projects
296+
297+
- [`modern-errors`](https://github.com/ehmicky/modern-errors): Handle errors
298+
like it's 2022 🔮
299+
- [`create-error-types`](https://github.com/ehmicky/create-error-types): Create
300+
multiple error types
301+
- [`error-type`](https://github.com/ehmicky/error-type): Create one error type
302+
- [`error-serializer`](https://github.com/ehmicky/error-serializer): Convert
303+
errors to/from plain objects
304+
- [`normalize-exception`](https://github.com/ehmicky/normalize-exception):
305+
Normalize exceptions/errors
306+
- [`merge-error-cause`](https://github.com/ehmicky/merge-error-cause): Merge an
307+
error with its `cause`
308+
- [`error-cause-polyfill`](https://github.com/ehmicky/error-cause-polyfill):
309+
Polyfill `error.cause`
310+
- [`handle-cli-error`](https://github.com/ehmicky/handle-cli-error): 💣 Error
311+
handler for CLI applications 💥
312+
295313
# Support
296314

297315
For any question, _don't hesitate_ to [submit an issue on GitHub](../../issues).

0 commit comments

Comments
 (0)