codeflyer-errorx

0.1.2 • Public • Published

ErrorX

Error Class Extension Module

ErrorX is a simple module for the error management.

Quickstart

var ErrorX = require('errorx');
try {
    throw new ErrorX(100, 'Error message', parentError);
} catch(e) {
    console.log(e.getTraceAsString());
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    2

Package Sidebar

Install

npm i codeflyer-errorx

Weekly Downloads

2

Version

0.1.2

License

ISC

Last publish

Collaborators

  • davidefiorello