gimmejs-error
v0.0.1
Published
A simple, custom Error class meant to be used in gimmeJS projects
Downloads
2
Readme
gimmeJS-Error
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...