You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An errors package that will help you handle them gracefully. It allows you to add contextual information to your errors, to wrap them and they even get a stack trace. Inspired by the [github.com/pgk/errors](https://www.github.com/pgk/errors) package and Node.js' [verror](https://github.com/joyent/node-verror) module.
3
+
An errors package that will help you handle them gracefully. It allows you to add contextual information to your errors, to wrap them and they even get a stack trace. Inspired by the [github.com/pkg/errors](https://www.github.com/pkg/errors) package and Node.js' [verror](https://github.com/joyent/node-verror) module.
0 commit comments