2e

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

Usage no npm install needed!

<script type="module">
  import e from 'https://cdn.skypack.dev/2e';
</script>

README

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