file-not-found-error

1.0.0 • Public • Published

file-not-found-error

The Media Suite

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status

Error class for throwing FileNotFoundError errors

Install

NPM

  • Install: npm install --save file-not-found-error
  • Module: require('file-not-found-error')
  • Usage

    new FileNotFoundError(name|path, [path])

    Either

    const error = new FileNotFoundError('/path/to/not/found/file.js')

    Or

    const error = new FileNotFoundError('file.js', '/path/to/not/found')

    History

    Discover the release history by heading on over to the releases page.

    Backers

    Maintainers

    These amazing people are maintaining this project:

    • Richard Walker digitalsadhu@gmail.com

    Sponsors

    These amazing people have contributed finances to this project:

    Become a sponsor!

    Contributors

    These amazing people have contributed code to this project:

    License

    Unless stated otherwise all works are:

    and licensed under:

    Package Sidebar

    Install

    npm i file-not-found-error

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • ash-framework