sg-errors
v1.0.2
Published
Error object for SUGOS
Downloads
1
Readme
sg-errors
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.