airror

6.2.581 • Public • Published

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' });
}
 

Readme

Keywords

none

Package Sidebar

Install

npm i airror

Weekly Downloads

1

Version

6.2.581

License

MIT

Last publish

Collaborators

  • seancannon