gimmejs-error

0.0.1 • Public • Published

gimmeJS-Error

Build Status Coverage Status

A simple, custom Error class meant to be used in gimmeJS projects.

Getting Started

Installation

Inside your working gimmeJS-* project directory:

npm install --save gimmejs-error

Require the Module

Within each file that needs access to the GimmeError class:

const GimmeError = require('gimmejs-error');

Create a New Instance

Now you can create new instances of GimmeError:

var newError = new GimmeError();

Contributing

Coming soon...

Readme

Keywords

none

Package Sidebar

Install

npm i gimmejs-error

Weekly Downloads

4

Version

0.0.1

License

MIT

Last publish

Collaborators

  • heyitsjhu