Licence
MIT
Version
2.0.5
Deps
0
Size
109 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
the-error
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.