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

/sg-errors/

    Package Sidebar

    Install

    npm i sg-errors

    Weekly Downloads

    3

    Version

    1.0.2

    License

    Apache-2.0

    Last publish

    Collaborators

    • realglobe