Skip to content

realglobe-Inc/sg-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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