1.0.0 • Published 9 years ago

2e v1.0.0

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

two-types and chain errors for user and bug in node

var e2 = require('2e'), UserError = e2.UserError, BugError = e2.BugError;
throw new UserError('xxx');
throw new UserError(400, 'xxx');
throw new UserError(err, 'xxx');//caused by another error `err`
throw new UserError(err, 400, 'xxx');

License :

Licensed under MIT

Copyright (c) 2015 kiliwalk