clean-error

0.0.0-work-in-progress • Public • Published

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

Package Sidebar

Install

npm i clean-error

Weekly Downloads

2

Version

0.0.0-work-in-progress

License

MIT

Last publish

Collaborators

  • tomekwi