[npm-badge]: https://img.shields.io/npm/v/@9fv.io/undefined-error.svg [npm-badge-url]: https://www.npmjs.com/package/@9fv.io/undefined-error [npm-downloads-badge]: https://img.shields.io/npm/dt/@9fv.io/undefined-error.svg [npm-downloads-url]: https://npmjs.org/package/@9fv.io/undefined-error [travis-badge]: https://img.shields.io/travis/9fv/node-undefined-error/master.svg?label=TravisCI [travis-badge-url]: https://travis-ci.org/9fv/node-undefined-error [circle-badge]: https://circleci.com/gh/9fv/node-undefined-error/tree/master.svg?style=svg&circle-token= [circle-badge-url]: https://circleci.com/gh/9fv/node-undefined-error/tree/master [coveralls-badge]: https://coveralls.io/repos/github/9fv/node-undefined-error/badge.svg?branch=master [coveralls-badge-url]: https://coveralls.io/github/9fv/node-undefined-error?branch=master [codeclimate-badge]: https://img.shields.io/codeclimate/github/9fv/node-undefined-error.svg [codeclimate-badge-url]: https://codeclimate.com/github/9fv/node-undefined-error [ember-observer-badge]: http://emberobserver.com/badges/node-undefined-error.svg [ember-observer-badge-url]: http://emberobserver.com/addons/node-undefined-error [license-badge]: https://img.shields.io/npm/l/@9fv.io/undefined-error.svg [license-badge-url]: LICENSE.md [dependencies-badge]: https://img.shields.io/david/9fv/node-undefined-error.svg [dependencies-badge-url]: https://david-dm.org/9fv/node-undefined-error [devDependencies-badge]: https://img.shields.io/david/dev/9fv/node-undefined-error.svg [devDependencies-badge-url]: https://david-dm.org/9fv/node-undefined-error#info=devDependencies [greenkeeper-badge]: https://badges.greenkeeper.io/9fv/node-undefined-error.svg [greenkeeper-badge-url]: https://greenkeeper.io/ [standardjs-badge]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [standardjs-badge-url]: https://standardjs.com # node-undefined-error An exception class to throw undefined error. --- 🍎 **__Warning !__ Work in progress...** --- [![JavaScript Style Guide][standardjs-badge]][standardjs-badge-url] [![Latest NPM release][npm-badge]][npm-badge-url] [![NPM Downloads][npm-downloads-badge]][npm-downloads-url] [![TravisCI Build Status][travis-badge]][travis-badge-url] [![Test Coverage][coveralls-badge]][coveralls-badge-url] [![Code Climate][codeclimate-badge]][codeclimate-badge-url] [![License][license-badge]][license-badge-url] [![Dependencies][dependencies-badge]][dependencies-badge-url] [![Dev Dependencies][devDependencies-badge]][devDependencies-badge-url] [![Greenkeeper badge][greenkeeper-badge]][greenkeeper-badge-url] ## Table of Contents * [Synopsis](#synopsis) * [Usage](#usage) * [Installation](#installation) * [API Reference](#api-reference) * [Tests](#tests) * [Run unit tests](#tests_run-unit-tests) * [Build](#build) * [Documentation](#build-documentation) * [Compatibility](#compatibility) * [Node](#compatibility_node) * [Browser](#compatibility_browser) * [Issues](#issues) * [Contributing](#contributing) * [Credits](#credits) * [History](#history) * [License](#license) ## Synopsis An exception class to throw undefined error. ## Usage ## Installation npm install @9fv.io/undefined-error ## API Reference Please refer to [API documentation](docs/API.md). ## Tests ### Run unit tests npm test ## Build ### Build documentation **Be careful!** Documentation ([README](README.md) and [API](docs/API.md)) is generated using templates. Please **only** modify documentation from related [templates](./.templates). Then you can build documentation using the following command: npm run docs or: gulp docs ## Compatibility ### Node Tested using [Node 9.5.0](https://nodejs.org/dist/v9.5.0/docs/api/). ### Browser Untested at this time. ## Issues Feel free to [submit issues](https://github.com/9fv/node-undefined-error/issues) and enhancement requests. ## Contributing Please refer to project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow. 1. **Fork** the repo on GitHub 2. **Clone** the project to your own machine 3. **Commit** changes to your own branch 4. **Push** your work back up to your fork 5. Submit a **Pull request** so that we can review your changes **NOTE**: Be sure to merge the latest from "upstream" before making a pull request! ## Credits ## History Please refer to [the changelog file](docs/CHANGELOG.md). ## License > > [The MIT License](https://opensource.org/licenses/MIT) > > Copyright (c) 2018 [SAS 9 FĂ©vrier](https://9fevrier.com/) > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal > in the Software without restriction, including without limitation the rights > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell > copies of the Software, and to permit persons to whom the Software is > furnished to do so, subject to the following conditions: > > The above copyright notice and this permission notice shall be included in all > copies or substantial portions of the Software. > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE >AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE > SOFTWARE. > .