Custom Error class generator
npm install cerr
#cerr
var cerr = require('cerr'); var MyError = cerr('MyErr'); throw new MyError('oh noes!');
MIT