0.0.1 • Published 7 years ago

gimmejs-error v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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...