airror
v6.2.581
Published
Because JavaScript Errors should take more params. There are no tests.
Downloads
11
Readme
AIRROR
JavaScript Errors are so hard to work with.
Airror makes it easy like breathing air.
var airror = require('airror');
if (somethingBad()) {
throw airror({ code : 3, message : 'shit' });
}
