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 NotFoundError from 'not-found-error';
const NotFoundError = require('not-found-error');
throw new NotFoundError();
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.