sg-errors

1.0.2 • Public • Published

sg-errors

Build Status npm Version JS Standard

Error object for SUGOS

Installation

$ npm install sg-errors --save

Usage

'use strict'

const { SgError } = require('sg-errors')
const co = require('co')

co(function * () {
  /* ... */
  throw new SgError('Something is wrong!')
})

License

This software is released under the Apache-2.0 License.

Links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0

Package Sidebar

Install

npm i sg-errors

Weekly Downloads

0

Version

1.0.2

License

Apache-2.0

Last publish

Collaborators

  • realglobe