cool-error

0.1.0 • Public • Published

cool-error

A shim module for wrapping error in a more elegant way!

Install

  npm install cool-error

Usage

code

  var toss = require('cool-error')
 
  // equals `throw new Error('error!')`
  toss('error!')
 
  // when the second arg specified to true
  // it will log the error message before throwing an error instance
  toss('error!', true)
 
  // json format supported
  toss({statusCode: 404, msg: 'Not Found'})

colors

Feel free to use console.log('xxx'.red) in your code because colors is wrapped underlying.

Readme

Keywords

none

Package Sidebar

Install

npm i cool-error

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • luckydrq