0.0.0-work-in-progress • Published 9 years ago

clean-error v0.0.0-work-in-progress

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Coveralls – test coverage
Travis – build status
David – status of dependencies
Stability: experimental
Code style: airbnb

clean-error

Never worry about catching errors again.
A tiny wrapper around tiny-error.

Demo

Catching errors to print a message to the user? Don’t bother! Just throw them and let them halt your program. They’ll still look pretty darn clean.

You write:

const cleanError = require('clean-error')('my-amazing-program');

throw cleanError('Oops!');

The user sees:

Coming soon…

Installation

$ npm install clean-error

License

MIT © Studio B12 GmbH