clean-error
v0.0.0-work-in-progress
Published
Never worry about catching errors again.
Downloads
8
Maintainers
Readme
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