NotFoundError
When you've lost something
An exception for use in certain situations (e.g. to signal HTTP 404 error). Created because of a need for a cross-package standard exception.
Getting started
Install the package with this command:
npm install not-found-error --save
Usage
// Import ES6-style; // Or CommonJS-styleconst NotFoundError = ; // Then just use like this:throw ;
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style.
License
Copyright (c) 2016 Rafał Ruciński. Licensed under the WTFPL license.