File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,24 @@ import logProcessErrors from 'log-process-errors'
292292logProcessErrors ({ 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
297315For any question, _ don't hesitate_ to [ submit an issue on GitHub] ( ../../issues ) .
You can’t perform that action at this time.
0 commit comments