npm.io
2.0.5 • Published 8 years ago

the-error

Licence
MIT
Version
2.0.5
Deps
0
Size
109 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

the-error

Build Status npm Version JS Standard

Error for the-framework

Installation

$ npm install the-error --save

Usage

'use strict'

const {TheNotFoundError} = require('the-error')

async function tryExample () {
  throw new TheNotFoundError()
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Keywords